mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 15:36:04 -03:30
fixes tooltip
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user