Skip to content

Commit

Permalink
Change of wording
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Stine <[email protected]>
  • Loading branch information
glendaviesnz and alexstine committed Jun 15, 2023
1 parent 4b7b522 commit fc458c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/list/ordered-list-settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const OrderedListSettings = ( { setAttributes, reversed, start, type } ) => (
/>
<SelectControl
__nextHasNoMarginBottom
label={ __( 'Numbering type' ) }
label={ __( 'Numbering style' ) }
options={ [
{ value: '1', label: __( 'Numbers' ) },
{ value: 'A', label: __( 'Uppercase letters' ) },
Expand Down

0 comments on commit fc458c6

Please sign in to comment.