Not your projects, your organization's projects

This commit is contained in:
Vincent (Wen Yu) Ge
2023-12-07 12:52:42 +00:00
parent d41e4d64c1
commit 01b82928fc
6 changed files with 8 additions and 8 deletions
@@ -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'}
+1 -1
View File
@@ -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">