Skip to content

Commit

Permalink
Text: update placeholder to show hint about slash inserter. (#3073)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtias committed Oct 20, 2017
1 parent ba463b2 commit e187494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/library/paragraph/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ registerBlockType( 'core/paragraph', {
} }
onMerge={ mergeBlocks }
onReplace={ onReplace }
placeholder={ placeholder || __( 'New Paragraph' ) }
placeholder={ placeholder || __( 'Add text or type / to insert content' ) }
/>
</BlockAutocomplete>,
];
Expand Down

0 comments on commit e187494

Please sign in to comment.