Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some copy for mistakes + focus on organization vs. developer #644

Merged
merged 1 commit into from
Dec 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<Heading tag="h2" size="6">Payment history</Heading>

<p class="text">
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.
</p>
<svelte:fragment slot="aside">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<Heading tag="h2" size="6">Overview</Heading>

<p class="text">
A summaray of your current plan. For more information on Appwrite plans, <a
A summary of the current plan. For more information on Appwrite plans, <a
type="button"
class="link"
href="https://appwrite.io/pricing"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<Modal title="Regenerate Key" bind:show onSubmit={regenerate}>
<p class="u-text">
Are you sure you want to generate a new Signature Key?
<b>You will not be able to recover your current key.</b>
<b>You will not be able to recover the current key.</b>
</p>
<svelte:fragment slot="footer">
<Button text on:click={() => (show = false)}>Cancel</Button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down