-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
fix(billing): Fix on-demand capitalization #100912
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
header={ | ||
<StepHeader | ||
title={t('Set your %s limit', activePlan.budgetTerm)} | ||
title={t('Set your %s limit', displayBudgetName(activePlan, {title: true}))} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this shouldn't be title case; it was requested we keep steps sentence-case
budgetTerm: | ||
activePlan.budgetTerm === 'pay-as-you-go' | ||
? 'PAYG' | ||
: displayBudgetName(activePlan, {title: true}), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we also keep this sentence case for OD in the whole cart? i think it should only title case if it's at the start of the sentence
❌ 2 Tests Failed:
View the top 2 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
Closes https://linear.app/getsentry/issue/BIL-1646/legacy-tiers-correct-capitalization-in-billing-cycle-card