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
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}
/>