Skip to content

Commit

Permalink
Pullquote block: Translate placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Jun 21, 2017
1 parent ef65276 commit 3c9f47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/library/pullquote/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3c9f47a

Please sign in to comment.