Skip to content

Commit

Permalink
Rename 'textual alternative' label for increased clarity; fixes #8063. (
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahmonster authored and gziolo committed Aug 1, 2018
1 parent 7929c39 commit f00aeae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-blocks/image/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ class ImageEdit extends Component {
<InspectorControls>
<PanelBody title={ __( 'Image Settings' ) }>
<TextareaControl
label={ __( 'Textual Alternative' ) }
label={ __( 'Alt Text (Alternative Text)' ) }
value={ alt }
onChange={ this.updateAlt }
help={ __( 'Describe the purpose of the image. Leave empty if the image is not a key part of the content.' ) }
Expand Down

0 comments on commit f00aeae

Please sign in to comment.