mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 12:41:19 -03:30
Merge pull request #5185 from ansible/jakemcdermott-patch-wfjt-webhook-wording
Make WFJT webhook credential help text more helpful Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
commit
176da040d9
@ -241,7 +241,7 @@ export default ['NotificationsList', 'i18n', 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