-
Notifications
You must be signed in to change notification settings - Fork 461
chore(clerk-js): Update notice when cancelling a trial #6582
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
3fc8bf9
9e474a9
a6cea81
4072f50
3034320
05df68f
6982655
ba2f317
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| --- | ||
| '@clerk/localizations': minor | ||
| '@clerk/types': minor | ||
| '@clerk/clerk-js': patch | ||
| --- | ||
|
|
||
| [Billing Beta] Rename `cancelFreeTrialDescription` to `cancelFreeTrialAccessUntil`. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| '@clerk/clerk-js': patch | ||
| --- | ||
|
|
||
| Update notice when cancelling a trial. |
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -75,6 +75,9 @@ export const bgBG: LocalizationResource = { | |||||||||||||
| availableFeatures: undefined, | ||||||||||||||
| billedAnnually: undefined, | ||||||||||||||
| billedMonthlyOnly: undefined, | ||||||||||||||
| cancelFreeTrial: undefined, | ||||||||||||||
| cancelFreeTrialAccessUntil: undefined, | ||||||||||||||
| cancelFreeTrialTitle: undefined, | ||||||||||||||
| cancelSubscription: undefined, | ||||||||||||||
| cancelSubscriptionAccessUntil: undefined, | ||||||||||||||
| cancelSubscriptionNoCharge: undefined, | ||||||||||||||
|
|
@@ -109,6 +112,7 @@ export const bgBG: LocalizationResource = { | |||||||||||||
| defaultFreePlanActive: undefined, | ||||||||||||||
| free: undefined, | ||||||||||||||
| getStarted: undefined, | ||||||||||||||
| keepFreeTrial: undefined, | ||||||||||||||
| keepSubscription: undefined, | ||||||||||||||
| manage: undefined, | ||||||||||||||
| manageSubscription: undefined, | ||||||||||||||
|
|
@@ -145,12 +149,16 @@ export const bgBG: LocalizationResource = { | |||||||||||||
| beginsOn: undefined, | ||||||||||||||
| currentBillingCycle: undefined, | ||||||||||||||
| endsOn: undefined, | ||||||||||||||
| firstPaymentAmount: undefined, | ||||||||||||||
| firstPaymentOn: undefined, | ||||||||||||||
| nextPaymentAmount: undefined, | ||||||||||||||
|
Comment on lines
+153
to
155
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 💡 Verification agent 🧩 Analysis chainFill in subscriptionDetails “first payment” translations and confirm placeholder names These are newly introduced keys and currently undefined. Propose adding friendly BG strings and mirroring en-US placeholders. Please verify the exact placeholder names (likely amount and date) against en-US before merging. Proposed translations: Run this to confirm the base en-US placeholders for these keys and ensure we’re using the same param names: 🏁 Script executed: Length of output: 1007 Fill in Bulgarian translations for new subscriptionDetails keys The en-US entries for If these strings are actually rendered with dynamic values in code, switch to template syntax (e.g. 📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||||||
| nextPaymentOn: undefined, | ||||||||||||||
| pastDueAt: undefined, | ||||||||||||||
| renewsAt: undefined, | ||||||||||||||
| subscribedOn: undefined, | ||||||||||||||
| title: undefined, | ||||||||||||||
| trialEndsOn: undefined, | ||||||||||||||
| trialStartedOn: undefined, | ||||||||||||||
| }, | ||||||||||||||
| subtotal: undefined, | ||||||||||||||
| switchPlan: undefined, | ||||||||||||||
|
|
||||||||||||||
Uh oh!
There was an error while loading. Please reload this page.