diff --git a/src/lib/components/billing/estimatedTotalBox.svelte b/src/lib/components/billing/estimatedTotalBox.svelte
index 474ed59f8..5fa7bee1d 100644
--- a/src/lib/components/billing/estimatedTotalBox.svelte
+++ b/src/lib/components/billing/estimatedTotalBox.svelte
@@ -1,14 +1,16 @@
- {currentPlan.name} plan {formatCurrency(currentPlan.price)} Additional seats ({collaborators?.length})
- {formatCurrency(extraSeatsCost)}
-
- Upcoming charge
- {formatCurrency(estimatedTotal)}
-
- You'll pay {formatCurrency(estimatedTotal)} now, with your first
- billing cycle starting on
- {!currentPlan.trialDays
- ? toLocaleDate(billingPayDate.toString())
- : toLocaleDate(trialEndDate.toString())}. {#if couponData?.status === 'active'}Once your credits run out, you'll be charged
- {formatCurrency(currentPlan.price)} plus usage fees every 30
- days.
+
Due on {!currentPlan.trialDays
- ? toLocaleDate(billingPayDate.toString())
- : toLocaleDate(trialEndDate.toString())}
-
+ Due on {!currentPlan.trialDays
+ ? toLocaleDate(billingPayDate.toString())
+ : toLocaleDate(trialEndDate.toString())}
- {tierScale.description} -
-- {formatCurrency(scalePlan?.price ?? 0)} per month + usage -
-+ {tierScale.description} +
++ {formatCurrency(scalePlan?.price ?? 0)} per month + usage +
+- For more details on our plans, visit our - . -
- {#if !selfService} -