This commit is contained in:
Abhinav 2024-01-11 19:07:24 +05:30
parent 829e66916b
commit 3d9a302cde

View file

@ -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"