mirror of
https://github.com/Radarr/Radarr
synced 2025-02-24 07:10:57 +00:00
Update "TagsHelpText" with similar language as sonarr (#5218)
* Update "TagsHelpText" with similar language as sonarr * Use new translation key
This commit is contained in:
parent
4a681601b2
commit
315929bc5e
2 changed files with 2 additions and 1 deletions
|
@ -173,7 +173,7 @@ function EditImportListModalContent(props) {
|
||||||
<FormInputGroup
|
<FormInputGroup
|
||||||
type={inputTypes.TAG}
|
type={inputTypes.TAG}
|
||||||
name="tags"
|
name="tags"
|
||||||
helpText={translate('TagsHelpText')}
|
helpText={translate('ListTagsHelpText')}
|
||||||
{...tags}
|
{...tags}
|
||||||
onChange={onInputChange}
|
onChange={onInputChange}
|
||||||
/>
|
/>
|
||||||
|
|
|
@ -365,6 +365,7 @@
|
||||||
"ListSettings": "List Settings",
|
"ListSettings": "List Settings",
|
||||||
"ListsSettingsSummary": "Import Lists, list exclusions",
|
"ListsSettingsSummary": "Import Lists, list exclusions",
|
||||||
"ListSyncLevelHelpText": "Movies in library will be removed or unmonitored if not in your list",
|
"ListSyncLevelHelpText": "Movies in library will be removed or unmonitored if not in your list",
|
||||||
|
"ListTagsHelpText": "Tags list items will be added with",
|
||||||
"ListUpdateInterval": "List Update Interval",
|
"ListUpdateInterval": "List Update Interval",
|
||||||
"LoadingMovieCreditsFailed": "Loading movie credits failed",
|
"LoadingMovieCreditsFailed": "Loading movie credits failed",
|
||||||
"LoadingMovieExtraFilesFailed": "Loading movie extra files failed",
|
"LoadingMovieExtraFilesFailed": "Loading movie extra files failed",
|
||||||
|
|
Loading…
Reference in a new issue