mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix localization and change in settings
This commit is contained in:
committed by
psychedelicious
parent
148e6d9b97
commit
42f72b19a6
@ -26,7 +26,7 @@ export const SettingsLogLevelSelect = memo(() => {
|
||||
);
|
||||
return (
|
||||
<FormControl isDisabled={!shouldLogToConsole}>
|
||||
<FormLabel>{t('common.languagePickerLabel')}</FormLabel>
|
||||
<FormLabel>{t('common.loglevel')}</FormLabel>
|
||||
<Combobox value={value} options={options} onChange={onChange} />
|
||||
</FormControl>
|
||||
);
|
||||
|
Reference in New Issue
Block a user