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",