mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: use generic billing limit copy for 402 error page
402 can be triggered by various billing limits, not only budget caps. Update copy to reflect this.
This commit is contained in:
@@ -24,10 +24,10 @@
|
||||
<section class="budget-error">
|
||||
<div class="budget-error__content">
|
||||
<Layout.Stack gap="s" alignItems="center">
|
||||
<Badge type="error" variant="secondary" content="Budget limit reached" />
|
||||
<Badge type="error" variant="secondary" content="Billing limit reached" />
|
||||
<Layout.Stack gap="xs" alignItems="center">
|
||||
<Typography.Title size="l" align="center">
|
||||
Your organization has reached its budget limit
|
||||
Your organization has reached a billing limit
|
||||
</Typography.Title>
|
||||
<Typography.Text align="center">
|
||||
Access to resources has been blocked. Update your billing settings to
|
||||
|
||||
@@ -26,10 +26,10 @@
|
||||
<section class="resource-blocked">
|
||||
<div class="resource-blocked__content">
|
||||
<Layout.Stack gap="s" alignItems="center">
|
||||
<Badge type="error" variant="secondary" content="Budget limit reached" />
|
||||
<Badge type="error" variant="secondary" content="Billing limit reached" />
|
||||
<Layout.Stack gap="xs" alignItems="center">
|
||||
<Typography.Title size="l" align="center">
|
||||
Your organization has reached its budget limit
|
||||
Your organization has reached a billing limit
|
||||
</Typography.Title>
|
||||
<Typography.Text align="center">
|
||||
Access to this resource has been blocked. Update your billing settings to
|
||||
|
||||
Reference in New Issue
Block a user