Update "TagsHelpText" with similar language as sonarr (#5218)

* Update "TagsHelpText" with similar language as sonarr

* Use new translation key
pull/2/head
EnorMOZ 4 years ago committed by GitHub
parent 4a681601b2
commit 315929bc5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -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",

Loading…
Cancel
Save