diff --git a/web/src/components/Add/RightSideComponent.jsx b/web/src/components/Add/RightSideComponent.jsx index e8edf6c..1b90b81 100644 --- a/web/src/components/Add/RightSideComponent.jsx +++ b/web/src/components/Add/RightSideComponent.jsx @@ -78,6 +78,7 @@ export default function RightSideComponent({ label={t('AddDialog.CustomTorrentTitle')} type='text' fullWidth + helperText={t('AddDialog.CustomTorrentTitleHelperText')} InputProps={{ endAdornment: ( diff --git a/web/src/locales/en/translation.json b/web/src/locales/en/translation.json index 7db9381..ae60e3c 100644 --- a/web/src/locales/en/translation.json +++ b/web/src/locales/en/translation.json @@ -10,6 +10,7 @@ "ClickOrDrag": "CLICK / DRAG & DROP (.torrent)" }, "CustomTorrentTitle": "Custom title (optional)", + "CustomTorrentTitleHelperText": "Write custom title to find poster", "HashExists": "This torrent is already in database", "OriginalTorrentTitle": "Original torrent title", "TitleBlank": "Title (blank for orig. torrent title)", diff --git a/web/src/locales/ru/translation.json b/web/src/locales/ru/translation.json index dff1009..f32a812 100644 --- a/web/src/locales/ru/translation.json +++ b/web/src/locales/ru/translation.json @@ -10,6 +10,7 @@ "ClickOrDrag": "НАЖМИТЕ / ПЕРЕТАЩИТЕ ФАЙЛ (.torrent)" }, "CustomTorrentTitle": "Cвое имя (не обязательно)", + "CustomTorrentTitleHelperText": "Напишите свое название, чтобы найти постер", "HashExists": "Этот торрент уже есть в базе данных", "OriginalTorrentTitle": "Оригинальное имя торрента", "TitleBlank": "Имя (пустое - ориг. имя торрента)",