Skip to content

Commit

Permalink
rename Size to Dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
senadir committed Sep 8, 2019
1 parent 27ba585 commit 1f0c5fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/cover/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ class CoverEdit extends Component {
) }
{ ( url || overlayColor.color ) && (
<>
<PanelBody title={ __( 'Size' ) }>
<PanelBody title={ __( 'Dimensions' ) }>
<BaseControl label={ __( 'Height in pixels' ) } id={ inputId }>
<input
type="number"
Expand Down

0 comments on commit 1f0c5fd

Please sign in to comment.