Skip to content

Commit

Permalink
Include dash in the citation placeholder.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtias committed May 19, 2017
1 parent 1b1a188 commit 1975200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/library/quote/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ registerBlock( 'core/quote', {
<Editable
tagName="footer"
value={ citation }
placeholder={ wp.i18n.__( 'Add citation…' ) }
placeholder={ wp.i18n.__( 'Add citation…' ) }
onChange={
( nextCitation ) => setAttributes( {
citation: nextCitation,
Expand Down

1 comment on commit 1975200

@ellatrix
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a bug... We shouldn't have to do this.

screenshot 2017-05-22 16 12 40

Please sign in to comment.