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
While testing the cover image block I thought that "dimness" isn't a frequently used word and "opacity" is a better word for this label.
The label should say "Background Opacity".
@melchoyce suggested either "Dimness" or "Opacity" here. I asked a few other people their thoughts and they agreed that opacity is a better fit.
Gutenberg @ c314b15
The text was updated successfully, but these errors were encountered:
+1 for Opacity
Sorry, something went wrong.
Cover Image: Change the label from "Background Dimness" to "Backgroun…
1af89da
…d Opacity". (#7854) Fixes #7853. ## Description I've change the label on the Cover Image block "Background Dimness" slider to "Background Opacity". ## How has this been tested? I ran `npm run dev` to test this. ## Screenshots <img width="553" alt="background-opacity" src="https://user-images.githubusercontent.com/1377956/42488996-d890549c-844b-11e8-8852-bd3fa15d0d1d.png"> ## Types of changes It's just a label change as dimness isn't a commonly used word. ## Checklist: - [x] My code is tested. - [x] My code follows the WordPress code style. <!-- Check code: `npm run lint`, Guidelines: https://make.wordpress.org/core/handbook/best-practices/coding-standards/javascript/ --> - [x] My code follows the accessibility standards. <!-- Guidelines: https://make.wordpress.org/core/handbook/best-practices/coding-standards/accessibility-coding-standards/ --> - [x] My code has proper inline documentation. <!-- Guidelines: https://make.wordpress.org/core/handbook/best-practices/inline-documentation-standards/javascript/ -->
No branches or pull requests
Issue Overview
While testing the cover image block I thought that "dimness" isn't a frequently used word and "opacity" is a better word for this label.
Steps to Reproduce
Expected Behavior
The label should say "Background Opacity".
Screenshots / Video
Related Issues and/or PRs
@melchoyce suggested either "Dimness" or "Opacity" here. I asked a few other people their thoughts and they agreed that opacity is a better fit.
Additional Info
Gutenberg @ c314b15
The text was updated successfully, but these errors were encountered: