diff --git a/editor/components/default-block-appender/index.js b/editor/components/default-block-appender/index.js index 5a844824ba62b..0c5835c676a84 100644 --- a/editor/components/default-block-appender/index.js +++ b/editor/components/default-block-appender/index.js @@ -59,7 +59,7 @@ export function DefaultBlockAppender( { - { __( 'Welcome to the wonderful world of blocks! Click ‘Add block’ to insert different kinds of content—text, images, quotes, video, lists, and much more.' ) } + { __( 'Welcome to the wonderful world of blocks! Click the “+” button (highlighted) to insert different kinds of content using blocks. There are blocks for text, images, lists, and more!' ) } diff --git a/editor/components/default-block-appender/test/__snapshots__/index.js.snap b/editor/components/default-block-appender/test/__snapshots__/index.js.snap index 9fee0c9ce14b7..a17ea385e9716 100644 --- a/editor/components/default-block-appender/test/__snapshots__/index.js.snap +++ b/editor/components/default-block-appender/test/__snapshots__/index.js.snap @@ -42,7 +42,7 @@ exports[`DefaultBlockAppender should append a default block when input focused 1 - Welcome to the wonderful world of blocks! Click ‘Add block’ to insert different kinds of content—text, images, quotes, video, lists, and much more. + Welcome to the wonderful world of blocks! Click the “+” button (highlighted) to insert different kinds of content using blocks. There are blocks for text, images, lists, and more! @@ -72,7 +72,7 @@ exports[`DefaultBlockAppender should match snapshot 1`] = ` - Welcome to the wonderful world of blocks! Click ‘Add block’ to insert different kinds of content—text, images, quotes, video, lists, and much more. + Welcome to the wonderful world of blocks! Click the “+” button (highlighted) to insert different kinds of content using blocks. There are blocks for text, images, lists, and more! @@ -102,7 +102,7 @@ exports[`DefaultBlockAppender should optionally show without prompt 1`] = ` - Welcome to the wonderful world of blocks! Click ‘Add block’ to insert different kinds of content—text, images, quotes, video, lists, and much more. + Welcome to the wonderful world of blocks! Click the “+” button (highlighted) to insert different kinds of content using blocks. There are blocks for text, images, lists, and more!