Skip to content

Commit

Permalink
chore: Change quote type
Browse files Browse the repository at this point in the history
  • Loading branch information
tofumatt authored Dec 3, 2018
1 parent 3206fa8 commit 4b065a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function HeaderToolbar( { hasFixedToolbar, isLargeViewport, showInserter } ) {
<DotTip
tipId="core/editor.inserter"
isCollapsible
label={ ( isOpen ) => isOpen ? __( 'Close tip for Add block' ) : __( 'Open tip for Add block' ) }
label={ ( isOpen ) => isOpen ? __( 'Close tip for Add block' ) : __( 'Open tip for Add block' ) }
className="edit-post-header-toolbar__inserter-button-tip"
>
{ __( 'Welcome to the wonderful world of blocks! Click the “+” (“Add block”) button to add a new block. There are blocks available for all kinds of content: you can insert text, headings, images, lists, and lots more!' ) }
Expand Down

0 comments on commit 4b065a1

Please sign in to comment.