diff --git a/web/src/components/Settings/SecondarySettingsComponent.jsx b/web/src/components/Settings/SecondarySettingsComponent.jsx
index 9f956a2..bf53089 100644
--- a/web/src/components/Settings/SecondarySettingsComponent.jsx
+++ b/web/src/components/Settings/SecondarySettingsComponent.jsx
@@ -1,6 +1,14 @@
import { useTranslation } from 'react-i18next'
import TextField from '@material-ui/core/TextField'
-import { FormControlLabel, InputAdornment, InputLabel, Select, Switch } from '@material-ui/core'
+import {
+ FormControlLabel,
+ FormGroup,
+ FormHelperText,
+ InputAdornment,
+ InputLabel,
+ Select,
+ Switch,
+} from '@material-ui/core'
import { SecondarySettingsContent, SettingSectionLabel } from './style'
@@ -158,13 +166,14 @@ export default function SecondarySettingsComponent({ settings, inputForm }) {
label={t('SettingsDialog.EnableDebug')}
labelPlacement='start'
/>
-
- }
- label={t('SettingsDialog.EnableRutorSearch')}
- helperText={t('SettingsDialog.EnableRutorSearchHint')}
- labelPlacement='start'
- />
+
+ }
+ label={t('SettingsDialog.EnableRutorSearch')}
+ labelPlacement='start'
+ />
+ {t('SettingsDialog.EnableRutorSearchHint')}
+
{t('SettingsDialog.RetrackersMode')}