1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-18 00:09:37 +02: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:
EnorMOZ 2020-10-15 23:00:31 -04:00 committed by GitHub
parent 4a681601b2
commit 315929bc5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -173,7 +173,7 @@ function EditImportListModalContent(props) {
<FormInputGroup
type={inputTypes.TAG}
name="tags"
helpText={translate('TagsHelpText')}
helpText={translate('ListTagsHelpText')}
{...tags}
onChange={onInputChange}
/>

View File

@ -365,6 +365,7 @@
"ListSettings": "List Settings",
"ListsSettingsSummary": "Import Lists, list exclusions",
"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",
"LoadingMovieCreditsFailed": "Loading movie credits failed",
"LoadingMovieExtraFilesFailed": "Loading movie extra files failed",