fix localization and change in settings

This commit is contained in:
Rohinish
2024-03-22 23:23:32 +05:30
committed by psychedelicious
parent 148e6d9b97
commit 42f72b19a6
5 changed files with 8 additions and 6 deletions

View File

@ -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>
);