Skip to content

Commit 8b6f65e

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents f3dd984 + 327297d commit 8b6f65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/src/components/billing/main.billing.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ export const MainBillingComponent: FC<{
518518
)}
519519
{subscription?.cancelAt && isGeneral && (
520520
<div className="text-center">
521-
Your subscription will be cancel at{' '}
521+
Your subscription will be canceled at{' '}
522522
{dayjs(subscription.cancelAt).local().format('D MMM, YYYY')}
523523
<br />
524524
You will never be charged again

0 commit comments

Comments
 (0)