Skip to content
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
4 changes: 2 additions & 2 deletions src/lib/components/billing/alerts/selectProjectCloud.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@

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

{#if loading}
Expand Down
4 changes: 2 additions & 2 deletions src/lib/components/logs/logsResponse.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@
{:else}
<Card padding="xs" radius="s">
<Typography.Text>
Body data is not captured by {resolvedProfile.platform} for your user's security
and privacy. To display body data in the Logs tab, use <InlineCode
Body data is not captured by {resolvedProfile.platform} for your user's security and
privacy. To display body data in the Logs tab, use <InlineCode
code="context.log()"
size="s" />. <Link external {href} variant="muted">Learn more</Link>.
</Typography.Text>
Expand Down
4 changes: 2 additions & 2 deletions src/routes/(console)/(migration-wizard)/resource-form.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@
{#if report && !isVersionAtLeast(version, '1.4.0') && $provider.provider === 'appwrite'}
<Alert.Inline status="warning">
<svelte:fragment slot="title">Functions not available for import</svelte:fragment>
To migrate your functions, update the version of the {resolvedProfile.platform} instance
you're importing from to a version newer than 1.4
To migrate your functions, update the version of the {resolvedProfile.platform} instance you're
importing from to a version newer than 1.4
</Alert.Inline>
{/if}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
<svelte:fragment slot="title">Billing alerts</svelte:fragment>
{#if !currentPlan.budgeting}
Get notified by email when your organization meets a percentage of your budget cap. <b
>{tierToPlan(organization.billingPlan).name} organizations will receive one notification
at 75% resource usage.</b>
>{tierToPlan(organization.billingPlan).name} organizations will receive one notification at
75% resource usage.</b>
{:else}
Get notified by email when your organization meets or exceeds a percentage of your specified
billing alert(s).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
<Form onSubmit={updateBudget}>
<CardGrid>
<svelte:fragment slot="title">Budget cap</svelte:fragment>
Restrict your resource usage by setting a budget cap. Cap usage is reset at the beginning of
each billing cycle.
Restrict your resource usage by setting a budget cap. Cap usage is reset at the beginning of each
billing cycle.
<svelte:fragment slot="aside">
{#if !currentPlan.budgeting}
<Alert.Inline status="info" title="Budget caps are a Pro plan feature">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@

<CardGrid>
<svelte:fragment slot="title">Delete organization</svelte:fragment>
The organization will be permanently deleted, including all projects and data associated
with this organization. This action is irreversible.
The organization will be permanently deleted, including all projects and data associated with
this organization. This action is irreversible.
<svelte:fragment slot="aside">
<BoxAvatar>
<svelte:fragment slot="image">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

<CardGrid>
<svelte:fragment slot="title">DPA</svelte:fragment>
After downloading, have the DPA signed by your organization's compliance authority, such as your
CEO or Compliance Manager, and submit it to
After downloading, have the DPA signed by your organization's compliance authority, such as your CEO
or Compliance Manager, and submit it to
<a class="link" href="mailto:[email protected]">[email protected]</a>.
<svelte:fragment slot="aside">
<Box>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@

<Modal {error} onSubmit={update} bind:show on:close title={`${provider.name} OAuth2 settings`}>
<p slot="description">
To use {provider.name} authentication in your application, first fill in this form. For more
info you can
To use {provider.name} authentication in your application, first fill in this form. For more info
you can
<Link.Anchor
class="link"
href={oAuthProvider?.docs}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@

<Modal {error} bind:show onSubmit={update} on:close title={`${provider.name} OAuth2 settings`}>
<svelte:fragment slot="description">
To use {provider.name} authentication in your application, first fill in this form. For more
info you can
To use {provider.name} authentication in your application, first fill in this form. For more info
you can
<Link.Anchor href={oAuthProvider?.docs} target="_blank" rel="noopener noreferrer"
>visit the docs.</Link.Anchor>
</svelte:fragment>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@

<Modal {error} bind:show onSubmit={update} on:close title={`${provider.name} OAuth2 settings`}>
<p slot="description">
To use {provider.name} authentication in your application, first fill in this form. For more
info you can
To use {provider.name} authentication in your application, first fill in this form. For more info
you can
<Link.Anchor
class="link"
href={oAuthProvider?.docs}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@

<Modal {error} bind:show onSubmit={update} on:close title={`${provider.name} OAuth2 settings`}>
<p slot="description">
To use {provider.name} authentication in your application, first fill in this form. For more
info you can
To use {provider.name} authentication in your application, first fill in this form. For more info
you can
<Link.Anchor href={oAuthProvider?.docs} target="_blank" rel="noopener noreferrer"
>visit the docs.</Link.Anchor>
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
<svelte:fragment slot="title">{provider.name} OAuth2 settings</svelte:fragment>

<p slot="description">
To use {provider.name} authentication in your application, first fill in this form. For more
info you can
To use {provider.name} authentication in your application, first fill in this form. For more info
you can
<a class="link" href={oAuthProvider?.docs} target="_blank" rel="noopener noreferrer"
>visit the docs.</a>
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@

<Modal {error} bind:show onSubmit={update} on:close title={`${provider.name} OAuth2 settings`}>
<p slot="description">
To use {provider.name} authentication in your application, first fill in this form. For more
info you can
To use {provider.name} authentication in your application, first fill in this form. For more info
you can
<Link.Anchor
class="link"
href={oAuthProvider?.docs}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@

<Modal {error} onSubmit={update} bind:show on:close title={`${provider.name} OAuth2 settings`}>
<p slot="description">
To use {provider.name} authentication in your application, first fill in this form. For more
info you can
To use {provider.name} authentication in your application, first fill in this form. For more info
you can
<a class="link" href={oAuthProvider?.docs} target="_blank" rel="noopener noreferrer">
visit the docs.
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@

<Modal {error} onSubmit={update} title="{provider.name} OAuth2 settings" bind:show on:close>
<p slot="description">
To use {provider.name} authentication in your application, first fill in this form. For more
info you can
To use {provider.name} authentication in your application, first fill in this form. For more info
you can
<a class="link" href={oAuthProvider?.docs} target="_blank" rel="noopener noreferrer"
>visit the docs.</a>
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
on:close
title={`${provider.name} OAuth2 settings`}>
<p slot="description">
To use {provider.name} authentication in your application, first fill in this form. For more
info you can
To use {provider.name} authentication in your application, first fill in this form. For more info
you can
<a class="link" href={oAuthProvider?.docs} target="_blank" rel="noopener noreferrer"
>visit the docs.</a>
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
More info
</Tag>
<p slot="tooltip">
User identities are the user's connected OAuth accounts. <br /> The user can
sign in using these identities.
User identities are the user's connected OAuth accounts. <br /> The user can sign
in using these identities.
</p>
</Popover>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
</Tag>
<p slot="tooltip">
User targets include emails, phone numbers, and devices with your app
installed.<br /> These targets can subscribe to a topic and receive messages
published to it.
installed.<br /> These targets can subscribe to a topic and receive messages published
to it.
</p>
</Popover>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,8 @@ APPWRITE_ENDPOINT = "${sdk.forProject(page.params.region, page.params.project).c
<Icon icon={IconInfo} size="s" />
<span slot="tooltip">
The hostname that your website will use to interact with the
{resolvedProfile.platform} APIs in production or development
environments. No protocol or port number required.
{resolvedProfile.platform} APIs in production or development environments.
No protocol or port number required.
</span>
</Tooltip>
</InputText>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@
</Layout.Stack>
{:else if isSelfHosted && !isVcsEnabled}
<Alert.Inline status="info" title="Installing Git on a self-hosted instance">
Before installing Git in a locally hosted {resolvedProfile.platform} project, ensure
your environment variables are configured.
Before installing Git in a locally hosted {resolvedProfile.platform} project, ensure your
environment variables are configured.
<svelte:fragment slot="actions">
<FormButton
compact
Expand Down
Loading
Loading