Merge pull request #502 from orarbel/patch-1

Fix typo
This commit is contained in:
James Read 2025-01-02 01:12:14 +00:00 committed by GitHub
commit 327297d3ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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