mirror of
https://github.com/HeyPuter/puter
synced 2024-11-15 06:15:47 +00:00
Fix i18n
This commit is contained in:
parent
3297940bab
commit
3f37ef2fad
@ -84,7 +84,7 @@ const UIWindowThemeDialog = async function UIWindowThemeDialog () {
|
|||||||
};
|
};
|
||||||
|
|
||||||
Slider({
|
Slider({
|
||||||
label: i18n('coloration'),
|
label: i18n('hue'),
|
||||||
name: 'hue', min: 0, max: 360,
|
name: 'hue', min: 0, max: 360,
|
||||||
initial: svc_theme.get('hue'),
|
initial: svc_theme.get('hue'),
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user