1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-03 13:45:02 +00:00

Fixed: Help text for Release Profile tags

This commit is contained in:
Stevie Robinson 2022-02-06 03:34:57 +01:00 committed by GitHub
parent 52c6bc5549
commit 853f4d1e29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -156,7 +156,7 @@ function EditReleaseProfileModalContent(props) {
<FormInputGroup
type={inputTypes.TAG}
name="tags"
helpText="Release profiles will apply to series at least one matching tag. Leave blank to apply to all series"
helpText="Release profiles will apply to series with at least one matching tag. Leave blank to apply to all series"
{...tags}
onChange={onInputChange}
/>