diff --git a/blocks/library/pullquote/index.js b/blocks/library/pullquote/index.js index e843ff07c01fef..ece11c67959d6c 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"