From c095ebcbfbb2673db8c0655c002e7cbeecdde1bb Mon Sep 17 00:00:00 2001
From: Jared Tabor
Date: Wed, 3 Dec 2014 15:39:20 -0500
Subject: [PATCH] Tooltip fix for vmware vars
on the source panel for vmware extra vars, had to change the wording of the tooltip
---
awx/ui/static/js/forms/Source.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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" +