Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
nevo-david committed Jan 2, 2025
2 parents f3dd984 + 327297d commit 8b6f65e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ export const MainBillingComponent: FC<{
)}
{subscription?.cancelAt && isGeneral && (
<div className="text-center">
Your subscription will be cancel at{' '}
Your subscription will be canceled at{' '}
{dayjs(subscription.cancelAt).local().format('D MMM, YYYY')}
<br />
You will never be charged again
Expand Down

0 comments on commit 8b6f65e

Please sign in to comment.