-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Editor: Fix second welcome tip instructs the user to open a control that's already open. #12911
Editor: Fix second welcome tip instructs the user to open a control that's already open. #12911
Conversation
I thought the description above is not enough. I want to add an additional explanation below. Additional explanationProblem
(Quoted from : #12359 ). How I fixed it.Changing the instruction text to explain software behavior properly. How to check.
How has this been tested?I visually checked it in local environment and tested it by Types of changesChanging the instruction text. Checklist:
|
I would be even more specific: Click to cog icon to toggle the sidebar open and closed. |
@michelleweber |
Let's update with the suggestion from @michelleweber and proceed as there was no other version proposed. |
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 updated with Click the cog icon to toggle the sidebar open and closed.
as suggested.
…hat's already open. (#12911) * fix the text of second welcome tip instruction * Fix Typo * Update index.js
…hat's already open. (#12911) * fix the text of second welcome tip instruction * Fix Typo * Update index.js
Description
I fixed the text of second welcome tip's instruction
Click “Settings” to open it
toClick “Settings” allows toggling the sidebar
.https://github.com/WordPress/gutenberg/blob/master/packages/edit-post/src/components/header/index.js#L72
Discussed in here.
#12359
Types of changes
Change text.