Skip to content

Commit

Permalink
FontSizePicker: Localize default value of label prop
Browse files Browse the repository at this point in the history
  • Loading branch information
SainathPoojary committed Jan 20, 2025
1 parent 7becc77 commit 0b2e54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/font-size-picker/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const UnforwardedFontSizePicker = (
value,
withSlider = false,
withReset = true,
label = 'Size',
label = __( 'Size' ),
help,
} = props;

Expand Down

0 comments on commit 0b2e54e

Please sign in to comment.