diff --git a/src/lib/components/billing/usageRates.svelte b/src/lib/components/billing/usageRates.svelte index b23fdae63..787f8a0cd 100644 --- a/src/lib/components/billing/usageRates.svelte +++ b/src/lib/components/billing/usageRates.svelte @@ -54,7 +54,7 @@ {#if isFree} - Usage on the {$plansInfo?.get(BillingPlan.STARTER)} plan is limited for the following resources. + Usage on the {$plansInfo?.get(BillingPlan.STARTER).name} plan is limited for the following resources. Next billing period: {toLocaleDate(nextDate)}. {:else if org.billingPlan === BillingPlan.PRO}