Fixed: Help text for Release Profile tags
This commit is contained in:
parent
52c6bc5549
commit
853f4d1e29
|
@ -156,7 +156,7 @@ function EditReleaseProfileModalContent(props) {
|
||||||
<FormInputGroup
|
<FormInputGroup
|
||||||
type={inputTypes.TAG}
|
type={inputTypes.TAG}
|
||||||
name="tags"
|
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}
|
{...tags}
|
||||||
onChange={onInputChange}
|
onChange={onInputChange}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue