From f602d2bc6f08c552d12736f28ee8f4d6754bf3f1 Mon Sep 17 00:00:00 2001 From: naoki Date: Sun, 16 Dec 2018 02:41:54 +0900 Subject: [PATCH 1/3] fix the text of second welcome tip instruction --- 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 0663fcd5f98b36..86c0aa9c93ca3a 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 "Settings" allows toggling the sidebar.' ) } From b709a84d5c3ce4cf9f79b6724ec84da34eab7070 Mon Sep 17 00:00:00 2001 From: naoki Date: Sun, 16 Dec 2018 02:46:06 +0900 Subject: [PATCH 2/3] Fix Typo --- 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 86c0aa9c93ca3a..25010efdadd0fc 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" allows toggling the sidebar.' ) } + { __( 'You’ll find more settings for your page and blocks in the sidebar. Click “Settings” allows toggling the sidebar.' ) } From 2038591aaed019ed85aeed40168227e44f692a18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20=28Greg=29=20Zi=C3=B3=C5=82kowski?= Date: Thu, 7 Feb 2019 13:54:39 +0100 Subject: [PATCH 3/3] 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 25010efdadd0fc..d8f666803fc291 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” allows toggling the sidebar.' ) } + { __( 'You’ll find more settings for your page and blocks in the sidebar. Click the cog icon to toggle the sidebar open and closed.' ) }