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"
|
||||
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
|
||||
id="animations"
|
||||
label="Toggle Animations"
|
||||
|
||||
@ -28,6 +28,10 @@
|
||||
|
||||
.menu-item-name {
|
||||
margin-right: 2rem;
|
||||
|
||||
&.capitalize {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
}
|
||||
|
||||
&.disabled {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user