-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Improve panel title and description for palette #61365
Conversation
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Size Change: -1.25 kB (-0.07%) Total Size: 1.74 MB
ℹ️ View Unchanged
|
Flaky tests detected in 99e9aa6. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/8942392163
|
@@ -18,9 +18,9 @@ function ScreenColorPalette( { name } ) { | |||
return ( | |||
<> | |||
<ScreenHeader | |||
title={ __( 'Palette' ) } | |||
title={ __( 'Edit Palette' ) } |
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.
title={ __( 'Edit Palette' ) } | |
title={ __( 'Edit palette' ) } |
I don't have a strong opinion about changing the text, but would it be better to unify it with sentence cases? (example
Edit template
, Edit styles
, etc.)
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.
I'd echo Aki's suggestion of unifying the text case. The shorter description also works, though perhaps I'd suggest "the site" instead of "this site". Not a strong opinion.
What?
In support of #61213, changes "Palette" title for the ScreenHeader to be more relative to the activity in this panel, editing the palette. Also makes it clearer what the palette is via an updated description.
How?
Testing Instructions
Screenshots or screencast