Skip to content

Commit

Permalink
Update wording: Images size => Image size in the gallery block view (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
enejb authored Jun 15, 2020
1 parent b950684 commit 60ef323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/gallery/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ class GalleryEdit extends Component {
/>
{ shouldShowSizeOptions && (
<SelectControl
label={ __( 'Images size' ) }
label={ __( 'Image size' ) }
value={ sizeSlug }
options={ imageSizeOptions }
onChange={ this.updateImagesSize }
Expand Down

0 comments on commit 60ef323

Please sign in to comment.