|
@@ -110,7 +110,9 @@ export default function AdvancedSettings({ open, onClose, onRootClose }) {
|
|
|
|
|
|
{isElectron() && (
|
|
{isElectron() && (
|
|
<Box>
|
|
<Box>
|
|
- <MenuSectionTitle title={t('STATUS')} />
|
|
|
|
|
|
+ <MenuSectionTitle
|
|
|
|
+ title={t('MAGIC_SEARCH_STATUS')}
|
|
|
|
+ />
|
|
<Stack py={'12px'} px={'12px'} spacing={'24px'}>
|
|
<Stack py={'12px'} px={'12px'} spacing={'24px'}>
|
|
<VerticallyCenteredFlex
|
|
<VerticallyCenteredFlex
|
|
justifyContent="space-between"
|
|
justifyContent="space-between"
|