mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
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:
parent
e85ff83be6
commit
e91462d085
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user