We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26369c3 commit 7fa7224Copy full SHA for 7fa7224
blocks/library/button/index.js
@@ -68,7 +68,7 @@ registerBlockType( 'core/button', {
68
<span key="button" className={ className } title={ title } style={ { backgroundColor: color } } >
69
<Editable
70
tagName="span"
71
- placeholder={ __( 'Write label…' ) }
+ placeholder={ __( 'Add text…' ) }
72
value={ text }
73
focus={ focus }
74
onFocus={ setFocus }
0 commit comments