We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the TemplateNavBar the string Use template is written in all caps:
TemplateNavBar
Use template
https://github.com/google/web-stories-wp/blob/c3323311aa68c70944f53d8a651035c61ab9a829/assets/src/dashboard/components/templateNavBar/index.js#L87-L89
This is not ideal for translators, especially since the string Use template already exists a few times. So this would duplicate strings.
Use template should be written like so, and capitalized with CSS (text-transform: uppercase).
text-transform: uppercase
Check out a template on the dashboard.
master
Do not alter or remove anything below. The following sections will be managed by moderators only.
The text was updated successfully, but these errors were encountered:
Fixed w/ other small text bug: #2293
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Bug Description
In the
TemplateNavBar
the stringUse template
is written in all caps:https://github.com/google/web-stories-wp/blob/c3323311aa68c70944f53d8a651035c61ab9a829/assets/src/dashboard/components/templateNavBar/index.js#L87-L89
This is not ideal for translators, especially since the string
Use template
already exists a few times. So this would duplicate strings.Expected Behaviour
Use template
should be written like so, and capitalized with CSS (text-transform: uppercase
).Steps to Reproduce
Check out a template on the dashboard.
Screenshots
Additional Context
master
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance Criteria
Implementation Brief
The text was updated successfully, but these errors were encountered: