mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Merge pull request #11183 from AlexSCorey/11170-fix
Fixes Instance Group tooltip
This commit is contained in:
commit
6826d5444b
@ -510,7 +510,7 @@ function JobTemplateForm({
|
||||
<InstanceGroupsLookup
|
||||
value={instanceGroupsField.value}
|
||||
onChange={(value) => instanceGroupsHelpers.setValue(value)}
|
||||
tooltip={t`Select the Instance Groups for this Organization
|
||||
tooltip={t`Select the Instance Groups for this Job Template
|
||||
to run on.`}
|
||||
fieldName="instanceGroups"
|
||||
/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user