Skip to content

Commit

Permalink
Give the Romans there due respect
Browse files Browse the repository at this point in the history
Co-authored-by: Ramon <ramonjd@users.noreply.github.com>
  • Loading branch information
glendaviesnz and ramonjd committed Jun 16, 2023
1 parent ccb32f1 commit 171975d
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 @@ -37,7 +37,7 @@ const OrderedListSettings = ( { setAttributes, reversed, start, type } ) => (
{ value: 'A', label: __( 'Uppercase letters' ) },
{ value: 'a', label: __( 'Lowercase letters' ) },
{ value: 'I', label: __( 'Uppercase Roman numerals' ) },
{ value: 'i', label: __( 'Lowercase roman numerals' ) },
{ value: 'i', label: __( 'Lowercase Roman numerals' ) },
] }
value={ type }
onChange={ ( newValue ) => setAttributes( { type: newValue } ) }
Expand Down

0 comments on commit 171975d

Please sign in to comment.