From e91462d085e1cdd0a8bc0eb0495d47d136c57d02 Mon Sep 17 00:00:00 2001 From: Jeff Bradberry Date: Fri, 20 Sep 2019 13:37:33 -0400 Subject: [PATCH] Update the Webhook Credential help text tooltip to make it more apparent to the user that this is an optional part of the feature, and that failure to add a webhook credential will disable status post-backs. --- 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 037d4f1ff3..07c473a996 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 @@ -468,7 +468,7 @@ function(NotificationsList, i18n) { on-lookup-click="handleWebhookCredentialLookupClick" on-tag-delete="handleWebhookCredentialTagDelete" `, - awPopOver: "

" + i18n._("Select the credential to use with the webhook service.") + "

", + awPopOver: "

" + i18n._("Optionally, select the credential to use to send status updates back to the webhook service") + "

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