Skip to content

Commit

Permalink
Editor: Fix second welcome tip instructs the user to open a control t…
Browse files Browse the repository at this point in the history
…hat's already open. (#12911)

* fix the text of second welcome tip instruction

* Fix Typo

* Update index.js
  • Loading branch information
naogify authored and youknowriad committed Mar 6, 2019
1 parent 69d0323 commit 782e411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-post/src/components/header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function Header( {
shortcut={ shortcuts.toggleSidebar }
/>
<DotTip tipId="core/editor.settings">
{ __( 'You’ll find more settings for your page and blocks in the sidebar. Click “Settings” to open it.' ) }
{ __( 'You’ll find more settings for your page and blocks in the sidebar. Click the cog icon to toggle the sidebar open and closed.' ) }
</DotTip>
</div>
<PinnedPlugins.Slot />
Expand Down

0 comments on commit 782e411

Please sign in to comment.