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