diff --git a/src/routes/(console)/organization-[organization]/change-plan/+page.svelte b/src/routes/(console)/organization-[organization]/change-plan/+page.svelte index 0ffdc625a..e5d1e0f5a 100644 --- a/src/routes/(console)/organization-[organization]/change-plan/+page.svelte +++ b/src/routes/(console)/organization-[organization]/change-plan/+page.svelte @@ -303,7 +303,7 @@ members={data?.members?.total ?? 0} /> {:else} {@const extraMembers = collaborators?.length ?? 0} - + Your organization will switch to {tierToPlan(billingPlan).name} plan on {toLocaleDate( $organization.billingNextInvoiceDate