From 01b82928fc690e7a5b4e2174f6dc803a460af9e1 Mon Sep 17 00:00:00 2001
From: "Vincent (Wen Yu) Ge"
Date: Thu, 7 Dec 2023 12:52:42 +0000
Subject: [PATCH] Not your projects, your organization's projects
---
src/routes/console/(billing-modal)/preReleaseModal.svelte | 2 +-
src/routes/console/(migration-wizard)/resource-form.svelte | 4 ++--
src/routes/console/+layout.svelte | 2 +-
.../console/organization-[organization]/billing/+page.svelte | 4 ++--
.../console/wizard/cloudOrganization/paymentDetails.svelte | 2 +-
.../wizard/cloudOrganizationChangeTier/paymentDetails.svelte | 2 +-
6 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/routes/console/(billing-modal)/preReleaseModal.svelte b/src/routes/console/(billing-modal)/preReleaseModal.svelte
index b998f3f2f..e7080f9dd 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 38d186109..88a1cc1df 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 253f40058..17a8b6338 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/wizard/cloudOrganization/paymentDetails.svelte b/src/routes/console/wizard/cloudOrganization/paymentDetails.svelte
index 8819cbbe6..0d47276a0 100644
--- a/src/routes/console/wizard/cloudOrganization/paymentDetails.svelte
+++ b/src/routes/console/wizard/cloudOrganization/paymentDetails.svelte
@@ -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}>
diff --git a/src/routes/console/wizard/cloudOrganizationChangeTier/paymentDetails.svelte b/src/routes/console/wizard/cloudOrganizationChangeTier/paymentDetails.svelte
index d0461c61f..d35bf796f 100644
--- a/src/routes/console/wizard/cloudOrganizationChangeTier/paymentDetails.svelte
+++ b/src/routes/console/wizard/cloudOrganizationChangeTier/paymentDetails.svelte
@@ -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}>