diff --git a/.changeset/spicy-owls-smash.md b/.changeset/spicy-owls-smash.md new file mode 100644 index 00000000000..7a96151d967 --- /dev/null +++ b/.changeset/spicy-owls-smash.md @@ -0,0 +1,5 @@ +--- +'@clerk/localizations': patch +--- + +Updates header titles from 'Billing & Payments' to 'Billing' and 'Subscriptions' to 'Subscription' diff --git a/packages/localizations/src/en-US.ts b/packages/localizations/src/en-US.ts index f4bbe058a71..e330c534da4 100644 --- a/packages/localizations/src/en-US.ts +++ b/packages/localizations/src/en-US.ts @@ -713,12 +713,12 @@ export const enUS: LocalizationResource = { start: { headerTitle__invoices: 'Invoices', headerTitle__plans: 'Plans', - headerTitle__subscriptions: 'Subscriptions', + headerTitle__subscriptions: 'Subscription', }, subscriptionsSection: { actionLabel__default: 'Manage', }, - title: 'Billing & Payments', + title: 'Billing', }, backupCodePage: { actionLabel__copied: 'Copied!',