Skip to content

Commit

Permalink
correct duplicate string
Browse files Browse the repository at this point in the history
  • Loading branch information
V-Gira committed Feb 16, 2023
1 parent 403992b commit 6120acb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const fontSliderOptions = [
{value: 3, label: RootFontSize.M, heading: t('preferencesOptionsFontSizeDefault')},
{value: 4, label: RootFontSize.L},
{value: 5, label: RootFontSize.XL},
{value: 6, label: RootFontSize.XXL, heading: t('preferencesOptionsFontSizeDefault')},
{value: 6, label: RootFontSize.XXL, heading: t('preferencesOptionsFontSizeLarge')},
];

const fontSizes = Object.values(RootFontSize);
Expand Down

0 comments on commit 6120acb

Please sign in to comment.