Skip to content

Commit

Permalink
Image Block Link Label Copy Change
Browse files Browse the repository at this point in the history
  • Loading branch information
mac authored and youknowriad committed Jan 19, 2018
1 parent 5ab37b7 commit 993561d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/url-input/button.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class UrlInputButton extends Component {
<div className="blocks-url-input__button">
<IconButton
icon="admin-links"
label={ __( 'Edit Link' ) }
label={ __( 'Insert/edit link' ) }
onClick={ this.toggle }
className={ classnames( 'components-toolbar__control', {
'is-active': url,
Expand Down

0 comments on commit 993561d

Please sign in to comment.