From e86ddc7a44530b79c7998c77df1da6c105d028cc Mon Sep 17 00:00:00 2001 From: "Vincent (Wen Yu) Ge" Date: Tue, 5 Dec 2023 16:16:45 +0000 Subject: [PATCH] Fix some copy for mistakes + focus on organization vs. developer --- .../organization-[organization]/billing/paymentHistory.svelte | 2 +- .../organization-[organization]/billing/planSummary.svelte | 2 +- .../settings/webhooks/[webhook]/regenerate.svelte | 2 +- .../wizard/cloudOrganizationChangeTier/planExcess.svelte | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/routes/console/organization-[organization]/billing/paymentHistory.svelte b/src/routes/console/organization-[organization]/billing/paymentHistory.svelte index c80c800b38..cd2c5add6f 100644 --- a/src/routes/console/organization-[organization]/billing/paymentHistory.svelte +++ b/src/routes/console/organization-[organization]/billing/paymentHistory.svelte @@ -58,7 +58,7 @@ Payment history

- Transaction history for this Organization. Download invoices for more details about your + Transaction history for this organization. Download invoices for more details about your payments.

diff --git a/src/routes/console/organization-[organization]/billing/planSummary.svelte b/src/routes/console/organization-[organization]/billing/planSummary.svelte index 3d5c2b12c3..d9550dcb20 100644 --- a/src/routes/console/organization-[organization]/billing/planSummary.svelte +++ b/src/routes/console/organization-[organization]/billing/planSummary.svelte @@ -41,7 +41,7 @@ Overview

- A summaray of your current plan. For more information on Appwrite plans,

Are you sure you want to generate a new Signature Key? - You will not be able to recover your current key. + You will not be able to recover the current key.

diff --git a/src/routes/console/wizard/cloudOrganizationChangeTier/planExcess.svelte b/src/routes/console/wizard/cloudOrganizationChangeTier/planExcess.svelte index d93c433028..2e98284cda 100644 --- a/src/routes/console/wizard/cloudOrganizationChangeTier/planExcess.svelte +++ b/src/routes/console/wizard/cloudOrganizationChangeTier/planExcess.svelte @@ -46,7 +46,7 @@ {#if excess?.bandwidth > 0 || excess?.executions > 0 || excess?.storage > 0 || excess?.users} The Starter plan has a limit of one organization member. By proceeding, all but the creator of the organization admin will be removed. Until you reduce your usage, you will be unable - to add to the resources listed below in all projects within your organization. Your current + to add to the resources listed below in all projects within your organization. The current billing cycle will end on {toLocaleDate($organization.billingCurrentInvoiceDate)}. Any executions, bandwidth, or messaging usage will be reset at that time. {/if}