From 5e6ee4a371a595650a4aee16ca9e44cb7c18425c Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Wed, 30 Oct 2019 17:52:30 -0400 Subject: [PATCH] Improve WFJT webhook credential wording --- awx/ui/client/src/templates/workflows.form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/templates/workflows.form.js b/awx/ui/client/src/templates/workflows.form.js index 848ba7a471..989b3a1800 100644 --- a/awx/ui/client/src/templates/workflows.form.js +++ b/awx/ui/client/src/templates/workflows.form.js @@ -241,7 +241,7 @@ export default ['NotificationsList', 'i18n', 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",