From 113da9f5999b9958a84541714074d654b0924417 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Mon, 27 Jul 2015 10:02:02 -0400 Subject: [PATCH] fixe become help copy in credentials --- awx/ui/static/js/forms/Credentials.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/js/forms/Credentials.js b/awx/ui/static/js/forms/Credentials.js index 15a33fc65d..4b09b3ae58 100644 --- a/awx/ui/static/js/forms/Credentials.js +++ b/awx/ui/static/js/forms/Credentials.js @@ -286,7 +286,7 @@ export default ngShow: "kind.value == 'ssh'", dataTitle: 'Privilege Escalation', ngOptions: 'become.label for become in become_options track by become.value', - awPopOver: "

Specify a username for 'become' operations. " + + awPopOver: "

Specify a method for 'become' operations. " + "This is equivalent to specifying the --become-method=BECOME_METHOD parameter, where BECOME_METHOD could be "+ "sudo | su | pbrun | pfexec | runas
(defaults to sudo)

", dataPlacement: 'right',