From 0e3178316b2833271f59c92326a0be2d1d4e89ef Mon Sep 17 00:00:00 2001 From: nikk gitanes Date: Mon, 30 Jan 2023 13:20:54 +0300 Subject: [PATCH] add rutor saerch desc --- .../Settings/SecondarySettingsComponent.jsx | 25 +++++++++++++------ 1 file changed, 17 insertions(+), 8 deletions(-) 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')}