diff --git a/awx/ui/static/js/forms/Source.js b/awx/ui/static/js/forms/Source.js index 121b2eb0c6..92a4b2ba01 100644 --- a/awx/ui/static/js/forms/Source.js +++ b/awx/ui/static/js/forms/Source.js @@ -170,7 +170,7 @@ angular.module('SourceFormDefinition', []) dataPlacement: 'right', awPopOver: "

Override variables found in vmware.ini and used by the inventory update script. For a detailed description of these variables " + "" + - "view ec2.ini in the Ansible github repo.

" + + "view vmware.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\"
}
\n" +