Skip to content

Commit

Permalink
AligmentMatrixControl: update center cell label to 'Center' (#46852)
Browse files Browse the repository at this point in the history
  • Loading branch information
chad1008 authored Jan 19, 2023
1 parent 16f74d3 commit 9e27629
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
## 23.2.0 (2023-01-11)

### Internal

- `AlignmentMatrixControl`: Update center cell label to 'Center' instead of 'Center Center' ([#46852](https://github.com/WordPress/gutenberg/pull/46852)).
- `Toolbar`: move all subcomponents under the same folder ([46951](https://github.com/WordPress/gutenberg/pull/46951)).
- `Dashicon`: remove unnecessary type for `className` prop ([46849](https://github.com/WordPress/gutenberg/pull/46849)).
- `ColorPicker` & `QueryControls`: Replace bottom margin overrides with `__nextHasNoMarginBottom` ([#46448](https://github.com/WordPress/gutenberg/pull/46448)).
Expand Down
4 changes: 2 additions & 2 deletions packages/components/src/alignment-matrix-control/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export const ALIGNMENT_LABEL: Record< AlignmentMatrixControlValue, string > = {
'top center': __( 'Top Center' ),
'top right': __( 'Top Right' ),
'center left': __( 'Center Left' ),
'center center': __( 'Center Center' ),
center: __( 'Center Center' ),
'center center': __( 'Center' ),
center: __( 'Center' ),
'center right': __( 'Center Right' ),
'bottom left': __( 'Bottom Left' ),
'bottom center': __( 'Bottom Center' ),
Expand Down

0 comments on commit 9e27629

Please sign in to comment.