Skip to content

Commit 812303d

Browse files
Fix UI copy wrapping and tidy package.json
1 parent 9cdcdde commit 812303d

5 files changed

Lines changed: 5 additions & 11 deletions

File tree

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"@appwrite.io/pink-icons": "0.25.0",
2727
"@appwrite.io/pink-icons-svelte": "https://pkg.vc/-/@appwrite/@appwrite.io/pink-icons-svelte@5b26bb8",
2828
"@appwrite.io/pink-legacy": "^1.0.3",
29-
3029
"@appwrite.io/pink-svelte": "https://pkg.vc/-/@appwrite/@appwrite.io/pink-svelte@34802a6",
3130
"@faker-js/faker": "^9.9.0",
3231
"@popperjs/core": "^2.11.8",

src/lib/components/organizationUsageLimits.svelte

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -262,10 +262,8 @@
262262
{#if showSelectProject}
263263
<Modal bind:show={showSelectProject} title="Manage projects" onSubmit={updateSelected}>
264264
<svelte:fragment slot="description">
265-
Choose which {freePlanLimits.projects} projects to keep. Projects over the limit will be
266-
blocked after your billing cycle ends on {toLocaleDate(
267-
$organization.billingNextInvoiceDate
268-
)}.
265+
Choose which {freePlanLimits.projects} projects to keep. Projects over the limit will be blocked
266+
after your billing cycle ends on {toLocaleDate($organization.billingNextInvoiceDate)}.
269267
</svelte:fragment>
270268

271269
{#if error}

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,7 @@
382382
{:else}
383383
After switching plans,
384384
<b
385-
>you will be charged {price} monthly for {extraMembers} team
386-
members.</b>
385+
>you will be charged {price} monthly for {extraMembers} team members.</b>
387386
This will be reflected in your next invoice.
388387
{/if}
389388
</Alert.Inline>

src/routes/(console)/project-[region]-[project]/auth/templates/emailSignature.svelte

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@
4949
</svelte:fragment>
5050
<svelte:fragment slot="title"
5151
>Upgrade to remove {resolvedProfile.platform} branding</svelte:fragment>
52-
Upgrade to a {nextTier} plan to remove the {resolvedProfile.platform} branding from your
53-
emails.
52+
Upgrade to a {nextTier} plan to remove the {resolvedProfile.platform} branding from your emails.
5453

5554
<svelte:fragment let:source slot="cta">
5655
<Button

src/routes/(console)/project-[region]-[project]/databases/database-[database]/settings/+page.svelte

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@
100100

101101
<CardGrid>
102102
<svelte:fragment slot="title">Delete database</svelte:fragment>
103-
The database will be permanently deleted, including all tables within it. This action is
104-
irreversible.
103+
The database will be permanently deleted, including all tables within it. This action is irreversible.
105104
<svelte:fragment slot="aside">
106105
<BoxAvatar>
107106
<svelte:fragment slot="title">

0 commit comments

Comments
 (0)