diff --git a/.changeset/smooth-clouds-fetch.md b/.changeset/smooth-clouds-fetch.md new file mode 100644 index 00000000000..5a7b2af62c9 --- /dev/null +++ b/.changeset/smooth-clouds-fetch.md @@ -0,0 +1,5 @@ +--- +"@clerk/localizations": patch +--- + +Fixed a typo when canceling a free trial. diff --git a/packages/clerk-js/src/ui/components/SubscriptionDetails/__tests__/SubscriptionDetails.test.tsx b/packages/clerk-js/src/ui/components/SubscriptionDetails/__tests__/SubscriptionDetails.test.tsx index 4d935d1cc9e..0f70e3f2896 100644 --- a/packages/clerk-js/src/ui/components/SubscriptionDetails/__tests__/SubscriptionDetails.test.tsx +++ b/packages/clerk-js/src/ui/components/SubscriptionDetails/__tests__/SubscriptionDetails.test.tsx @@ -1214,7 +1214,7 @@ describe('SubscriptionDetails', () => { expect(getByText('Cancel free trial for Pro Plan plan?')).toBeVisible(); expect( getByText( - "Your trial will stay active until February 1, 2021. After that, you'll lose access to trial features. You won't be changed.", + "Your trial will stay active until February 1, 2021. After that, you'll lose access to trial features. You won't be charged.", ), ).toBeVisible(); expect(getByText('Keep free trial')).toBeVisible(); diff --git a/packages/localizations/src/en-US.ts b/packages/localizations/src/en-US.ts index 816d1d3ec32..9488f4188b7 100644 --- a/packages/localizations/src/en-US.ts +++ b/packages/localizations/src/en-US.ts @@ -66,7 +66,7 @@ export const enUS: LocalizationResource = { billedMonthlyOnly: 'Only billed monthly', cancelFreeTrial: 'Cancel free trial', cancelFreeTrialAccessUntil: - "Your trial will stay active until {{ date | longDate('en-US') }}. After that, you'll lose access to trial features. You won't be changed.", + "Your trial will stay active until {{ date | longDate('en-US') }}. After that, you'll lose access to trial features. You won't be charged.", cancelFreeTrialTitle: 'Cancel free trial for {{plan}} plan?', cancelSubscription: 'Cancel subscription', cancelSubscriptionAccessUntil: