Skip to content

Commit 5f7bc14

Browse files
authored
Merge pull request #2682 from appwrite/update-credits
2 parents e63a0cf + 28aef91 commit 5f7bc14

23 files changed

Lines changed: 115 additions & 95 deletions

File tree

src/lib/components/billing/alerts/selectProjectCloud.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@
9292

9393
<Modal bind:show={showSelectProject} title="Manage projects" onSubmit={updateSelected}>
9494
<svelte:fragment slot="description">
95-
Choose which {$currentPlan?.projects || 2} projects to keep. Projects over the limit will be
96-
blocked after this date.
95+
Choose which {$currentPlan?.projects || 2} projects to keep. Projects over the limit will be blocked
96+
after this date.
9797
</svelte:fragment>
9898

9999
{#if loading}

src/lib/components/logs/logsResponse.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@
143143
{:else}
144144
<Card padding="xs" radius="s">
145145
<Typography.Text>
146-
Body data is not captured by {resolvedProfile.platform} for your user's security
147-
and privacy. To display body data in the Logs tab, use <InlineCode
146+
Body data is not captured by {resolvedProfile.platform} for your user's security and
147+
privacy. To display body data in the Logs tab, use <InlineCode
148148
code="context.log()"
149149
size="s" />. <Link external {href} variant="muted">Learn more</Link>.
150150
</Typography.Text>

src/routes/(console)/(migration-wizard)/resource-form.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@
129129
{#if report && !isVersionAtLeast(version, '1.4.0') && $provider.provider === 'appwrite'}
130130
<Alert.Inline status="warning">
131131
<svelte:fragment slot="title">Functions not available for import</svelte:fragment>
132-
To migrate your functions, update the version of the {resolvedProfile.platform} instance
133-
you're importing from to a version newer than 1.4
132+
To migrate your functions, update the version of the {resolvedProfile.platform} instance you're
133+
importing from to a version newer than 1.4
134134
</Alert.Inline>
135135
{/if}
136136

src/routes/(console)/organization-[organization]/billing/budgetAlert.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@
8181
<svelte:fragment slot="title">Billing alerts</svelte:fragment>
8282
{#if !currentPlan.budgeting}
8383
Get notified by email when your organization meets a percentage of your budget cap. <b
84-
>{tierToPlan(organization.billingPlan).name} organizations will receive one notification
85-
at 75% resource usage.</b>
84+
>{tierToPlan(organization.billingPlan).name} organizations will receive one notification at
85+
75% resource usage.</b>
8686
{:else}
8787
Get notified by email when your organization meets or exceeds a percentage of your specified
8888
billing alert(s).

src/routes/(console)/organization-[organization]/billing/budgetCap.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
<Form onSubmit={updateBudget}>
5151
<CardGrid>
5252
<svelte:fragment slot="title">Budget cap</svelte:fragment>
53-
Restrict your resource usage by setting a budget cap. Cap usage is reset at the beginning of
54-
each billing cycle.
53+
Restrict your resource usage by setting a budget cap. Cap usage is reset at the beginning of each
54+
billing cycle.
5555
<svelte:fragment slot="aside">
5656
{#if !currentPlan.budgeting}
5757
<Alert.Inline status="info" title="Budget caps are a Pro plan feature">

src/routes/(console)/organization-[organization]/settings/+page.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@
8181

8282
<CardGrid>
8383
<svelte:fragment slot="title">Delete organization</svelte:fragment>
84-
The organization will be permanently deleted, including all projects and data associated
85-
with this organization. This action is irreversible.
84+
The organization will be permanently deleted, including all projects and data associated with
85+
this organization. This action is irreversible.
8686
<svelte:fragment slot="aside">
8787
<BoxAvatar>
8888
<svelte:fragment slot="image">

src/routes/(console)/organization-[organization]/settings/downloadDPA.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
<CardGrid>
1919
<svelte:fragment slot="title">DPA</svelte:fragment>
20-
After downloading, have the DPA signed by your organization's compliance authority, such as your
21-
CEO or Compliance Manager, and submit it to
20+
After downloading, have the DPA signed by your organization's compliance authority, such as your CEO
21+
or Compliance Manager, and submit it to
2222
<a class="link" href="mailto:privacy@appwrite.io">privacy@appwrite.io</a>.
2323
<svelte:fragment slot="aside">
2424
<Box>

src/routes/(console)/project-[region]-[project]/auth/(providers)/appleOAuth.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444

4545
<Modal {error} onSubmit={update} bind:show on:close title={`${provider.name} OAuth2 settings`}>
4646
<p slot="description">
47-
To use {provider.name} authentication in your application, first fill in this form. For more
48-
info you can
47+
To use {provider.name} authentication in your application, first fill in this form. For more info
48+
you can
4949
<Link.Anchor
5050
class="link"
5151
href={oAuthProvider?.docs}

src/routes/(console)/project-[region]-[project]/auth/(providers)/auth0OAuth.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545

4646
<Modal {error} bind:show onSubmit={update} on:close title={`${provider.name} OAuth2 settings`}>
4747
<svelte:fragment slot="description">
48-
To use {provider.name} authentication in your application, first fill in this form. For more
49-
info you can
48+
To use {provider.name} authentication in your application, first fill in this form. For more info
49+
you can
5050
<Link.Anchor href={oAuthProvider?.docs} target="_blank" rel="noopener noreferrer"
5151
>visit the docs.</Link.Anchor>
5252
</svelte:fragment>

src/routes/(console)/project-[region]-[project]/auth/(providers)/authentikOAuth.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646

4747
<Modal {error} bind:show onSubmit={update} on:close title={`${provider.name} OAuth2 settings`}>
4848
<p slot="description">
49-
To use {provider.name} authentication in your application, first fill in this form. For more
50-
info you can
49+
To use {provider.name} authentication in your application, first fill in this form. For more info
50+
you can
5151
<Link.Anchor
5252
class="link"
5353
href={oAuthProvider?.docs}

0 commit comments

Comments
 (0)