Skip to content

Commit

Permalink
Use better help text for ALT text input; fixes WordPress#8391. (WordP…
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahmonster authored and antpb committed Oct 26, 2018
1 parent 6623224 commit 8c9ab7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/image/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ class ImageEdit extends Component {
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.' ) }
help={ __( 'Alternative text describes your image to people who can’t see it. Add a short description with its key details.' ) }
/>
{ ! isEmpty( availableSizes ) && (
<SelectControl
Expand Down

0 comments on commit 8c9ab7f

Please sign in to comment.