From e1fadd0c8a0207cede3dd9b5f86376c92ab479b2 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Fri, 16 Jun 2017 14:51:43 -0400 Subject: [PATCH] update help text wording for credential field on jt page based on tvo's feedback --- awx/ui/client/src/templates/job_templates/job-template.form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/templates/job_templates/job-template.form.js b/awx/ui/client/src/templates/job_templates/job-template.form.js index 3866ec15dc..3f857c73ee 100644 --- a/awx/ui/client/src/templates/job_templates/job-template.form.js +++ b/awx/ui/client/src/templates/job_templates/job-template.form.js @@ -138,7 +138,7 @@ function(NotificationsList, CompletedJobsList, i18n) { credentials-to-post="credentialsToPost"> `, required: true, - awPopOver: "

" + i18n._("Select credentials so that tower can access the nodes this job will be ran against.

You can only select one credential of each type, and you must either select a machine (SSH) credential or check \"Prompt on launch\". In that case, a machine credential will need to be selected at run time.

You can select credentials and still check the \"Prompt on launch\" box. In this case, the credentials selected will act as defaults that can be updated at run time.") + "

", + awPopOver: "

" + i18n._("Select credentials that allow Tower to access the nodes this job will be ran against. You can only select one credential of each type.

You must select either a machine (SSH) credential or \"Prompt on launch\". \"Prompt on launch\" requires you to select a machine credential at run time.

If you select credentials AND check the \"Prompt on launch\" box, you make the selected credentials the defaults that can be updated at run time.") + "

", dataTitle: i18n._('Credentials'), dataPlacement: 'right', dataContainer: "body",