From 3c9f47af9db885247bccbe58ff32c1510db10518 Mon Sep 17 00:00:00 2001 From: Riad Benguella Date: Wed, 21 Jun 2017 11:55:04 +0100 Subject: [PATCH] Pullquote block: Translate placeholder --- blocks/library/pullquote/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks/library/pullquote/index.js b/blocks/library/pullquote/index.js index e843ff07c01fe..ece11c67959d6 100644 --- a/blocks/library/pullquote/index.js +++ b/blocks/library/pullquote/index.js @@ -56,7 +56,7 @@ registerBlockType( 'core/pullquote', { value: nextValue, } ) } - placeholder={ ( 'Write Quote…' ) } + placeholder={ __( 'Write Quote…' ) } focus={ focus && focus.editable === 'value' ? focus : null } onFocus={ ( props ) => setFocus( { ...props, editable: 'value' } ) } className="blocks-pullquote__content"