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.
This commit is contained in:
Jeff Bradberry 2019-09-20 13:37:33 -04:00
parent e85ff83be6
commit e91462d085

View File

@ -468,7 +468,7 @@ function(NotificationsList, i18n) {
on-lookup-click="handleWebhookCredentialLookupClick"
on-tag-delete="handleWebhookCredentialTagDelete"
</webhook-credential-input>`,
awPopOver: "<p>" + i18n._("Select the credential to use with the webhook service.") + "</p>",
awPopOver: "<p>" + i18n._("Optionally, select the credential to use to send status updates back to the webhook service") + "</p>",
dataTitle: i18n._('Webhook Credential'),
dataPlacement: 'right',
dataContainer: "body",