From d1ac765b1cc03582f502ebfe01e66271aaeed58c Mon Sep 17 00:00:00 2001 From: Alexandros Ntousias Date: Mon, 5 May 2025 14:10:02 +0300 Subject: [PATCH] chore(localizations): Updates header titles for billing Updates the following header titles: * Subscriptions -> Subscription * Billing & Payments -> Billing --- .changeset/spicy-owls-smash.md | 5 +++++ packages/localizations/src/en-US.ts | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .changeset/spicy-owls-smash.md 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!',