Rename "device theme" to "theme mode"

This commit is contained in:
schroda
2024-12-16 23:05:36 +01:00
parent b4d295655f
commit 3ec0cc94bb
2 changed files with 3 additions and 3 deletions

View File

@@ -993,7 +993,7 @@
}, },
"info": { "info": {
"creating_theme": "Create a custom theme with the <2>MUI Theme Creator</2>, copy everything after \"themeOptions\" from \"{\" to \"}\" and paste it into the \"theme\" text field.", "creating_theme": "Create a custom theme with the <2>MUI Theme Creator</2>, copy everything after \"themeOptions\" from \"{\" to \"}\" and paste it into the \"theme\" text field.",
"theme_mode_lock": "In case \"mode\" or \"type\" is defined in the \"palette\" object, the theme will be locked into this mode and will not change regardless of the selected apps device theme" "theme_mode_lock": "In case \"mode\" or \"type\" is defined in the \"palette\" object, the theme will be locked into this mode and will not change regardless of the selected apps theme mode"
}, },
"theme_name": "Name" "theme_name": "Name"
}, },
@@ -1006,7 +1006,7 @@
"failure": "Could not delete theme \"{{theme}}\"", "failure": "Could not delete theme \"{{theme}}\"",
"success": "Deleted theme \"{{theme}}\"" "success": "Deleted theme \"{{theme}}\""
}, },
"device_theme": "Device theme", "mode": "Theme mode",
"edit": { "edit": {
"action": "Saving theme changes…", "action": "Saving theme changes…",
"failure": "Could not save theme changes", "failure": "Could not save theme changes",

View File

@@ -87,7 +87,7 @@ export const Appearance = () => {
} }
> >
<ListItem> <ListItem>
<ListItemText primary={t('settings.appearance.theme.device_theme')} /> <ListItemText primary={t('settings.appearance.theme.mode')} />
<Select<ThemeMode> value={themeMode} onChange={(e) => setThemeMode(e.target.value as ThemeMode)}> <Select<ThemeMode> value={themeMode} onChange={(e) => setThemeMode(e.target.value as ThemeMode)}>
<MenuItem key={ThemeMode.SYSTEM} value={ThemeMode.SYSTEM}> <MenuItem key={ThemeMode.SYSTEM} value={ThemeMode.SYSTEM}>
System System