mirror of
https://github.com/HeyPuter/puter.git
synced 2026-02-18 12:39:19 -06:00
Fix i18n
This commit is contained in:
@@ -84,7 +84,7 @@ const UIWindowThemeDialog = async function UIWindowThemeDialog () {
|
||||
};
|
||||
|
||||
Slider({
|
||||
label: i18n('coloration'),
|
||||
label: i18n('hue'),
|
||||
name: 'hue', min: 0, max: 360,
|
||||
initial: svc_theme.get('hue'),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user