From 1cce2d5ef3729a5a3151ecb3d8eb0110afb6619e Mon Sep 17 00:00:00 2001 From: Kjell Reigstad Date: Tue, 20 Aug 2019 11:41:11 -0400 Subject: [PATCH 1/3] Trim inserter help panel copy. --- packages/block-editor/src/components/inserter/menu.js | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/packages/block-editor/src/components/inserter/menu.js b/packages/block-editor/src/components/inserter/menu.js index 6714a27f6c69d..85a18dcaa1c9f 100644 --- a/packages/block-editor/src/components/inserter/menu.js +++ b/packages/block-editor/src/components/inserter/menu.js @@ -382,17 +382,12 @@ export class InserterMenu extends Component {
Content Blocks

{ __( - 'Welcome to the wonderful world of blocks! Blocks are the basis of all content within the editor. ' + 'There are blocks for all sorts of content: insert text, images, videos, and lots more.' ) }

{ __( - 'There are blocks available for all kinds of content: insert text, headings, images, lists, videos, tables, and lots more.' - ) } -

-

- { __( - 'Browse through the library to learn more about what each block does.' + 'Browse the library to learn about what each block does.' ) }

From fc977c0b3c03828bf03599b4c8783758127e5513 Mon Sep 17 00:00:00 2001 From: Kjell Reigstad Date: Tue, 20 Aug 2019 11:47:37 -0400 Subject: [PATCH 2/3] Minor update --- packages/block-editor/src/components/inserter/menu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-editor/src/components/inserter/menu.js b/packages/block-editor/src/components/inserter/menu.js index 85a18dcaa1c9f..ff337673fc7d5 100644 --- a/packages/block-editor/src/components/inserter/menu.js +++ b/packages/block-editor/src/components/inserter/menu.js @@ -382,7 +382,7 @@ export class InserterMenu extends Component {
Content Blocks

{ __( - 'There are blocks for all sorts of content: insert text, images, videos, and lots more.' + 'Insert blocks for all kinds of content: text, images, videos, and lots more.' ) }

From 02097070be8bc2cf4a7e9be8d4d9f49a2556560b Mon Sep 17 00:00:00 2001 From: Kjell Reigstad Date: Tue, 20 Aug 2019 12:47:41 -0400 Subject: [PATCH 3/3] Update copy as per recommendations. --- packages/block-editor/src/components/inserter/menu.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/block-editor/src/components/inserter/menu.js b/packages/block-editor/src/components/inserter/menu.js index ff337673fc7d5..ad4488ca447ab 100644 --- a/packages/block-editor/src/components/inserter/menu.js +++ b/packages/block-editor/src/components/inserter/menu.js @@ -382,18 +382,18 @@ export class InserterMenu extends Component {

Content Blocks

{ __( - 'Insert blocks for all kinds of content: text, images, videos, and lots more.' + 'Add blocks for all kinds of content: text, images, videos, and lots more.' ) }

{ __( - 'Browse the library to learn about what each block does.' + 'Browse the library to learn what each block does.' ) }

{ __( - 'While writing, you can press "/" to quickly insert new blocks.' + 'While writing, you can press "/" to quickly add new blocks.' ) }