mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Not your projects, your organization's projects
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
</p>
|
||||
<p class="text">
|
||||
Consider upgrading and take advantage of the extra resources that come with the Pro
|
||||
plan. You can also use our Migrations service to self-host some of your projects
|
||||
plan. You can also use Migrations to self-host some of your projects
|
||||
instead. Learn more in our <a
|
||||
class="link"
|
||||
href="https://appwrite.io/docs/advanced/migrations"
|
||||
|
||||
@@ -162,8 +162,8 @@
|
||||
<i class="icon-trending-up" />
|
||||
</div>
|
||||
<div>
|
||||
<p class="u-bold">Keep your project plan limits in mind</p>
|
||||
<p>Make sure to have enough storage in your project plan when importing files</p>
|
||||
<p class="u-bold">Keep your organization plan's limits in mind</p>
|
||||
<p>Make sure to have enough storage in your organization plan when importing files.</p>
|
||||
</div>
|
||||
</div>
|
||||
{#if $provider.provider === 'firebase'}
|
||||
|
||||
@@ -416,7 +416,7 @@
|
||||
type: 'warning',
|
||||
timeout: 10000,
|
||||
message:
|
||||
'Appwrite Pro is coming soon, which means you will be limited to one free organization per account. To avoid service disruptions in your projects, consider upgrading to Pro.',
|
||||
'Appwrite Pro is coming soon, which means you will be limited to one free organization per account. To avoid service disruptions in your organization's projects, consider upgrading to Pro.',
|
||||
buttons: [
|
||||
{
|
||||
name: 'Learn more',
|
||||
|
||||
@@ -94,7 +94,7 @@
|
||||
<svelte:fragment slot="title">
|
||||
The scheduled payment for {$organization.name} failed
|
||||
</svelte:fragment>
|
||||
To avoid service disruptions in your projects, please verify your payment details and update
|
||||
To avoid service disruptions in organization's your projects, please verify your payment details and update
|
||||
them if necessary.
|
||||
</Alert>
|
||||
{/if}
|
||||
@@ -103,7 +103,7 @@
|
||||
<svelte:fragment slot="title">
|
||||
The default payment method for {$organization.name} has expired
|
||||
</svelte:fragment>
|
||||
To avoid service disruptions in your projects, please update your payment details.
|
||||
To avoid service disruptions in your organization's projects, please update your payment details.
|
||||
</Alert>
|
||||
{/if}
|
||||
{#if $organization?.billingPlanDowngrade}
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
type="switchbox"
|
||||
id="budget"
|
||||
label="Enable budget cap"
|
||||
tooltip="If enabled, you will be notified by email when your project spend reaches 75% of the cap you set. Update your budget cap alerts in Organization Settings."
|
||||
tooltip="If enabled, you will be notified by email when your organization spend reaches 75% of the cap you set. Update your budget cap alerts in organization Settings."
|
||||
fullWidth
|
||||
bind:value={budgetEnabled}>
|
||||
<p class="text">
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
type="switchbox"
|
||||
id="budget"
|
||||
label="Enable budget cap"
|
||||
tooltip="If enabled, you will be notified by email when your project spend reaches 75% of the cap you set. Update your budget cap alerts in Organization Settings."
|
||||
tooltip="If enabled, you will be notified by email when your organization spend reaches 75% of the cap you set. Update your budget cap alerts in organization Settings."
|
||||
fullWidth
|
||||
bind:value={budgetEnabled}>
|
||||
<p class="text">
|
||||
|
||||
Reference in New Issue
Block a user