Skip to content

Commit

Permalink
i18n fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Feb 17, 2023
1 parent 0b5ca22 commit ab71e85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function LineHeightControl( { value: lineHeight, onChange } ) {
const value = isDefined ? lineHeight : BASE_DEFAULT_VALUE;
return (
<UnitControl
label={ __( 'Line Height' ) }
label={ __( 'Line height' ) }
// Set minimun value of 1 since lower values break on Android
min={ 1 }
max={ 5 }
Expand Down

0 comments on commit ab71e85

Please sign in to comment.