diff --git a/awx/ui/client/src/forms/Groups.js b/awx/ui/client/src/forms/Groups.js index 5b6cb20b31..af6936f663 100644 --- a/awx/ui/client/src/forms/Groups.js +++ b/awx/ui/client/src/forms/Groups.js @@ -218,8 +218,8 @@ export default dataTitle: "Source Variables", dataPlacement: 'right', awPopOver: "
Override variables found in vmware.ini and used by the inventory update script. For a detailed description of these variables " + - "" + - "view vmware.ini in the Ansible github repo.
" + + "" + + "view vmware_inventory.ini in the Ansible github repo." + "Enter variables using either JSON or YAML syntax. Use the radio button to toggle between the two.
" + "JSON:{\n" +
\"somevar\": \"somevalue\",
\"password\": \"magic\"
}