From ac8d016444af14d2dc79e67ee05ba1ae0323cb22 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Fri, 12 Jun 2015 12:08:51 -0400 Subject: [PATCH] fixed language of module args popover --- awx/ui/static/js/controllers/Adhoc.js | 2 +- awx/ui/static/js/forms/Adhoc.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/static/js/controllers/Adhoc.js b/awx/ui/static/js/controllers/Adhoc.js index 86d172fe66..404cfe4167 100644 --- a/awx/ui/static/js/controllers/Adhoc.js +++ b/awx/ui/static/js/controllers/Adhoc.js @@ -58,7 +58,7 @@ export function AdhocCtrl($scope, $rootScope, $location, $routeParams, // give the docs for the selected module $scope.argsPopOver = "

These arguments are used with the" + " specified module. You can find information about the " + - $scope.module_name.value + + $scope.module_name.value + " module " + "