Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/spicy-owls-smash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@clerk/localizations': patch
---

Updates header titles from 'Billing & Payments' to 'Billing' and 'Subscriptions' to 'Subscription'
4 changes: 2 additions & 2 deletions packages/localizations/src/en-US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is already fixed on this PR #5824

},
backupCodePage: {
actionLabel__copied: 'Copied!',
Expand Down
Loading