We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3dd984 + 327297d commit 8b6f65eCopy full SHA for 8b6f65e
apps/frontend/src/components/billing/main.billing.component.tsx
@@ -518,7 +518,7 @@ export const MainBillingComponent: FC<{
518
)}
519
{subscription?.cancelAt && isGeneral && (
520
<div className="text-center">
521
- Your subscription will be cancel at{' '}
+ Your subscription will be canceled at{' '}
522
{dayjs(subscription.cancelAt).local().format('D MMM, YYYY')}
523
<br />
524
You will never be charged again
0 commit comments