diff --git a/blocks/library/paragraph/index.js b/blocks/library/paragraph/index.js index b3550f18d26f69..f68775d56e93ac 100644 --- a/blocks/library/paragraph/index.js +++ b/blocks/library/paragraph/index.js @@ -182,7 +182,7 @@ registerBlockType( 'core/paragraph', { } } onMerge={ mergeBlocks } onReplace={ onReplace } - placeholder={ placeholder || __( 'New Paragraph' ) } + placeholder={ placeholder || __( 'Add text or type / to insert content' ) } /> , ];