From 6c16bc321593c1c0f8ad357da92f7a54e9c809f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Ventura?= Date: Thu, 19 Oct 2017 20:58:16 +0200 Subject: [PATCH] Text: update placeholder to show hint about slash inserter. --- blocks/library/paragraph/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks/library/paragraph/index.js b/blocks/library/paragraph/index.js index b3550f18d26f6..f68775d56e93a 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' ) } /> , ];