diff --git a/src/routes/console/(billing-modal)/preReleaseModal.svelte b/src/routes/console/(billing-modal)/preReleaseModal.svelte index b998f3f2fa..e7080f9dd2 100644 --- a/src/routes/console/(billing-modal)/preReleaseModal.svelte +++ b/src/routes/console/(billing-modal)/preReleaseModal.svelte @@ -37,7 +37,7 @@

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

-

Keep your project plan limits in mind

-

Make sure to have enough storage in your project plan when importing files

+

Keep your organization plan's limits in mind

+

Make sure to have enough storage in your organization plan when importing files.

{#if $provider.provider === 'firebase'} diff --git a/src/routes/console/+layout.svelte b/src/routes/console/+layout.svelte index 38d1861093..88a1cc1df1 100644 --- a/src/routes/console/+layout.svelte +++ b/src/routes/console/+layout.svelte @@ -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', diff --git a/src/routes/console/organization-[organization]/billing/+page.svelte b/src/routes/console/organization-[organization]/billing/+page.svelte index 253f400587..17a8b63384 100644 --- a/src/routes/console/organization-[organization]/billing/+page.svelte +++ b/src/routes/console/organization-[organization]/billing/+page.svelte @@ -94,7 +94,7 @@ The scheduled payment for {$organization.name} failed - 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. {/if} @@ -103,7 +103,7 @@ The default payment method for {$organization.name} has expired - 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. {/if} {#if $organization?.billingPlanDowngrade} diff --git a/src/routes/console/organization-[organization]/usage/[[invoice]]/+page.svelte b/src/routes/console/organization-[organization]/usage/[[invoice]]/+page.svelte index 2ceac055e3..30bf0537be 100644 --- a/src/routes/console/organization-[organization]/usage/[[invoice]]/+page.svelte +++ b/src/routes/console/organization-[organization]/usage/[[invoice]]/+page.svelte @@ -45,7 +45,7 @@

{:else}

- If you exceed the limits of the {plan} plan, services for your projects may be disrupted. + If you exceed the limits of the {plan} plan, services for your organization's projects may be disrupted. diff --git a/src/routes/console/project-[project]/settings/updateInstallations.svelte b/src/routes/console/project-[project]/settings/updateInstallations.svelte index 116064c7c4..749260fd3d 100644 --- a/src/routes/console/project-[project]/settings/updateInstallations.svelte +++ b/src/routes/console/project-[project]/settings/updateInstallations.svelte @@ -187,7 +187,7 @@ Installing Git to a self-hosted instance When installing Git in a locally hosted Appwrite project, you must first configure - your environment variables. + environment variables. + +