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}