Skip to content

Commit 7fa7224

Browse files
karmatosedmtias
authored andcommitted
Changes placeholder text on button (#2778)
Makes placeholder text a call to action for users over being a little confusing. Fixes #2777
1 parent 26369c3 commit 7fa7224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blocks/library/button/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ registerBlockType( 'core/button', {
6868
<span key="button" className={ className } title={ title } style={ { backgroundColor: color } } >
6969
<Editable
7070
tagName="span"
71-
placeholder={ __( 'Write label…' ) }
71+
placeholder={ __( 'Add text…' ) }
7272
value={ text }
7373
focus={ focus }
7474
onFocus={ setFocus }

0 commit comments

Comments
 (0)