From 782e411b28256c169f938f8173cd3307d1e1f862 Mon Sep 17 00:00:00 2001 From: Naoki Ohashi Date: Thu, 7 Feb 2019 22:07:38 +0900 Subject: [PATCH] Editor: Fix second welcome tip instructs the user to open a control that's already open. (#12911) * fix the text of second welcome tip instruction * Fix Typo * Update index.js --- packages/edit-post/src/components/header/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/edit-post/src/components/header/index.js b/packages/edit-post/src/components/header/index.js index 3f3ed97063cd8c..7b59784d5d83ea 100644 --- a/packages/edit-post/src/components/header/index.js +++ b/packages/edit-post/src/components/header/index.js @@ -69,7 +69,7 @@ function Header( { shortcut={ shortcuts.toggleSidebar } /> - { __( '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.' ) }