From 856b99455fcea576bd3f300e788c8d19ff91d242 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Wed, 5 Feb 2025 04:33:12 +0000 Subject: [PATCH] fix free downgrade --- src/lib/components/billing/planExcess.svelte | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/lib/components/billing/planExcess.svelte b/src/lib/components/billing/planExcess.svelte index f17573369..f524365a3 100644 --- a/src/lib/components/billing/planExcess.svelte +++ b/src/lib/components/billing/planExcess.svelte @@ -54,12 +54,13 @@ {#if !showExcess} You will retain access to your {tierToPlan($organization.billingPlan).name} plan features until - your billing period ends. + your billing period ends. After that, your organization will be limited to Free plan resources, + and service disruptions may occur if usage exceeds plan limits. {:else} You will retain access to {tierToPlan($organization.billingPlan).name} plan features until your billing period ends. After that, - {#if excess?.members > 0}all team members except the owner will be removed + {#if excess?.members > 0} + all team members except the owner will be removed {/if}, and service disruptions may occur if usage exceeds Free plan limits. {/if}