Left Menu: Spanish translation is too long (#1005)
This commit is contained in:
parent
76cc2e05dd
commit
2c27e16f0d
@ -205,7 +205,7 @@ const LeftMainHeader: FC<OwnProps & StateProps & DispatchProps> = ({
|
|||||||
icon="animations"
|
icon="animations"
|
||||||
onClick={handleAnimationLevelChange}
|
onClick={handleAnimationLevelChange}
|
||||||
>
|
>
|
||||||
<span className="menu-item-name">{lang('SettingsSearch.Synonyms.Appearance.Animations')}</span>
|
<span className="menu-item-name capitalize">{lang('Appearance.Animations').toLowerCase()}</span>
|
||||||
<Switcher
|
<Switcher
|
||||||
id="animations"
|
id="animations"
|
||||||
label="Toggle Animations"
|
label="Toggle Animations"
|
||||||
|
|||||||
@ -28,6 +28,10 @@
|
|||||||
|
|
||||||
.menu-item-name {
|
.menu-item-name {
|
||||||
margin-right: 2rem;
|
margin-right: 2rem;
|
||||||
|
|
||||||
|
&.capitalize {
|
||||||
|
text-transform: capitalize;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.disabled {
|
&.disabled {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user