mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
lint.
This commit is contained in:
@@ -262,8 +262,10 @@
|
||||
{#if showSelectProject}
|
||||
<Modal bind:show={showSelectProject} title="Manage projects" onSubmit={updateSelected}>
|
||||
<svelte:fragment slot="description">
|
||||
Choose which {freePlanLimits.projects} projects to keep. Projects over the limit will be blocked
|
||||
after your billing cycle ends on {toLocaleDate($organization.billingNextInvoiceDate)}.
|
||||
Choose which {freePlanLimits.projects} projects to keep. Projects over the limit will be
|
||||
blocked after your billing cycle ends on {toLocaleDate(
|
||||
$organization.billingNextInvoiceDate
|
||||
)}.
|
||||
</svelte:fragment>
|
||||
|
||||
{#if error}
|
||||
|
||||
@@ -382,7 +382,8 @@
|
||||
{:else}
|
||||
After switching plans,
|
||||
<b
|
||||
>you will be charged {price} monthly for {extraMembers} team members.</b>
|
||||
>you will be charged {price} monthly for {extraMembers} team
|
||||
members.</b>
|
||||
This will be reflected in your next invoice.
|
||||
{/if}
|
||||
</Alert.Inline>
|
||||
|
||||
+2
-1
@@ -49,7 +49,8 @@
|
||||
</svelte:fragment>
|
||||
<svelte:fragment slot="title"
|
||||
>Upgrade to remove {resolvedProfile.platform} branding</svelte:fragment>
|
||||
Upgrade to a {nextTier} plan to remove the {resolvedProfile.platform} branding from your emails.
|
||||
Upgrade to a {nextTier} plan to remove the {resolvedProfile.platform} branding from your
|
||||
emails.
|
||||
|
||||
<svelte:fragment let:source slot="cta">
|
||||
<Button
|
||||
|
||||
+2
-1
@@ -100,7 +100,8 @@
|
||||
|
||||
<CardGrid>
|
||||
<svelte:fragment slot="title">Delete database</svelte:fragment>
|
||||
The database will be permanently deleted, including all tables within it. This action is irreversible.
|
||||
The database will be permanently deleted, including all tables within it. This action is
|
||||
irreversible.
|
||||
<svelte:fragment slot="aside">
|
||||
<BoxAvatar>
|
||||
<svelte:fragment slot="title">
|
||||
|
||||
Reference in New Issue
Block a user