- 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.
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/wizard/cloudOrganization/paymentDetails.svelte b/src/routes/console/wizard/cloudOrganization/paymentDetails.svelte
index 8819cbbe6e..0d47276a00 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 d0461c61ff..d35bf796f8 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}>
From e31cd54ab6720456602ab095df76f06e7d9368d3 Mon Sep 17 00:00:00 2001
From: "Vincent (Wen Yu) Ge"
Date: Thu, 7 Dec 2023 12:55:44 +0000
Subject: [PATCH 4/4] Change more cases of your project to this project
---
.../project-[project]/settings/GitDisconnectModal.svelte | 2 +-
.../project-[project]/settings/disableAllServices.svelte | 4 ++--
.../project-[project]/settings/updateInstallations.svelte | 2 +-
.../console/project-[project]/settings/updateName.svelte | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/routes/console/project-[project]/settings/GitDisconnectModal.svelte b/src/routes/console/project-[project]/settings/GitDisconnectModal.svelte
index 0e4f978a14..b414f37bda 100644
--- a/src/routes/console/project-[project]/settings/GitDisconnectModal.svelte
+++ b/src/routes/console/project-[project]/settings/GitDisconnectModal.svelte
@@ -18,7 +18,7 @@
await sdk.forProject.vcs.deleteInstallation(selectedInstallation.$id);
await invalidate(Dependencies.PROJECT_INSTALLATIONS);
addNotification({
- message: `${selectedInstallation.organization} has been disconnected from your project`,
+ message: `${selectedInstallation.organization} has been disconnected from this project`,
type: 'success'
});
trackEvent(Submit.InstallationDelete, {
diff --git a/src/routes/console/project-[project]/settings/disableAllServices.svelte b/src/routes/console/project-[project]/settings/disableAllServices.svelte
index d051fff4d0..4c81f671e8 100644
--- a/src/routes/console/project-[project]/settings/disableAllServices.svelte
+++ b/src/routes/console/project-[project]/settings/disableAllServices.svelte
@@ -13,8 +13,8 @@
bind:show
onSubmit={handleDisableAll}>
- Are you sure you want to disable all services? This will disable API requests to your
- project.
+ Are you sure you want to disable all services? This will disable API requests to this
+ project for all Client SDKs.
(show = false)}>Cancel
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.
API credentials
-
Access Appwrite services using your API Endpoint and Project ID.
+
Access Appwrite services using this project's API Endpoint and Project ID.