Skip to content

Commit 44fc77e

Browse files
committed
lint and fixes.
1 parent 1fbab91 commit 44fc77e

2 files changed

Lines changed: 3 additions & 4 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/routes/(console)/organization-[organization]/change-plan/+page.svelte

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

0 commit comments

Comments
 (0)