Skip to content

Commit

Permalink
Fix label of columns inspector panel (#56647)
Browse files Browse the repository at this point in the history
  • Loading branch information
megane9988 authored and derekblank committed Dec 7, 2023
1 parent f436fa0 commit 8679870
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/block-library/src/column/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function ColumnEdit( {
/>
</BlockControls>
<InspectorControls>
<PanelBody title={ __( 'Column settings' ) }>
<PanelBody title={ __( 'Settings' ) }>
<UnitControl
label={ __( 'Width' ) }
labelPosition="edge"
Expand Down
2 changes: 1 addition & 1 deletion packages/block-library/src/column/edit.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ function ColumnEdit( {
/>
</BlockControls>
<InspectorControls>
<PanelBody title={ __( 'Column settings' ) }>
<PanelBody title={ __( 'Settings' ) }>
<UnitControl
label={ __( 'Width' ) }
min={ 1 }
Expand Down

0 comments on commit 8679870

Please sign in to comment.