updated modal copy

This commit is contained in:
Waleed Latif
2026-01-16 15:15:46 -08:00
parent e589aa1f63
commit 80d4853d70

View File

@@ -245,10 +245,7 @@ export function CancelSubscription({ subscription, subscriptionData }: CancelSub
? 'Your subscription is set to cancel at the end of the billing period. Would you like to keep your subscription active?'
: `You'll be redirected to Stripe to manage your subscription. You'll keep access until ${formatDate(
periodEndDate
)}, then downgrade to free plan.`}{' '}
{!isCancelAtPeriodEnd && (
<span className='text-[var(--text-error)]'>This action cannot be undone.</span>
)}
)}, then downgrade to free plan. You can restore your subscription at any time.`}
</p>
{!isCancelAtPeriodEnd && (