fix key
This commit is contained in:
parent
829e66916b
commit
3d9a302cde
1 changed files with 3 additions and 1 deletions
|
@ -110,7 +110,9 @@ export default function AdvancedSettings({ open, onClose, onRootClose }) {
|
|||
|
||||
{isElectron() && (
|
||||
<Box>
|
||||
<MenuSectionTitle title={t('STATUS')} />
|
||||
<MenuSectionTitle
|
||||
title={t('MAGIC_SEARCH_STATUS')}
|
||||
/>
|
||||
<Stack py={'12px'} px={'12px'} spacing={'24px'}>
|
||||
<VerticallyCenteredFlex
|
||||
justifyContent="space-between"
|
||||
|
|
Loading…
Add table
Reference in a new issue