mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-22 22:16:13 -04:00
Fixed: Help text for Release Profile tags
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user