update web

This commit is contained in:
YouROK
2023-01-29 20:30:43 +03:00
parent bc152fa2fa
commit 1f5d0ff7c8
8 changed files with 16 additions and 15 deletions

View File

@@ -162,6 +162,7 @@ export default function SecondarySettingsComponent({ settings, inputForm }) {
<FormControlLabel
control={<Switch checked={EnableRutorSearch} onChange={inputForm} id='EnableRutorSearch' color='secondary' />}
label={t('SettingsDialog.EnableRutorSearch')}
helperText={t('SettingsDialog.EnableRutorSearchHint')}
labelPlacement='start'
/>
<br />