Skip to content

Commit

Permalink
fix: Improve "add block" text in NUX onboarding
Browse files Browse the repository at this point in the history
Fixes #7506
  • Loading branch information
tofumatt committed Jun 23, 2018
1 parent b16a8b2 commit 66c1a18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion editor/components/default-block-appender/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function DefaultBlockAppender( {
<InserterWithShortcuts rootUID={ rootUID } layout={ layout } />
<Inserter position="top right">
<DotTip id="core/editor.inserter">
{ __( 'Welcome to the wonderful world of blocks! Click ‘Add block’ to insert different kinds of contenttext, 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!' ) }
</DotTip>
</Inserter>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ exports[`DefaultBlockAppender should append a default block when input focused 1
<WithSelect(WithDispatch(DotTip))
id="core/editor.inserter"
>
Welcome to the wonderful world of blocks! Click ‘Add block’ to insert different kinds of contenttext, 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!
</WithSelect(WithDispatch(DotTip))>
</WithSelect(WithDispatch(Inserter))>
</div>
Expand Down Expand Up @@ -72,7 +72,7 @@ exports[`DefaultBlockAppender should match snapshot 1`] = `
<WithSelect(WithDispatch(DotTip))
id="core/editor.inserter"
>
Welcome to the wonderful world of blocks! Click ‘Add block’ to insert different kinds of contenttext, 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!
</WithSelect(WithDispatch(DotTip))>
</WithSelect(WithDispatch(Inserter))>
</div>
Expand Down Expand Up @@ -102,7 +102,7 @@ exports[`DefaultBlockAppender should optionally show without prompt 1`] = `
<WithSelect(WithDispatch(DotTip))
id="core/editor.inserter"
>
Welcome to the wonderful world of blocks! Click ‘Add block’ to insert different kinds of contenttext, 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!
</WithSelect(WithDispatch(DotTip))>
</WithSelect(WithDispatch(Inserter))>
</div>
Expand Down

0 comments on commit 66c1a18

Please sign in to comment.