1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

Improve WFJT webhook credential wording

This commit is contained in:
Jake McDermott 2019-10-30 17:52:30 -04:00 committed by GitHub
parent dca9daf719
commit 5e6ee4a371
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -241,7 +241,7 @@ export default ['NotificationsList', 'i18n', function(NotificationsList, i18n) {
on-lookup-click="handleWebhookCredentialLookupClick" on-lookup-click="handleWebhookCredentialLookupClick"
on-tag-delete="handleWebhookCredentialTagDelete" on-tag-delete="handleWebhookCredentialTagDelete"
</webhook-credential-input>`, </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'), dataTitle: i18n._('Webhook Credential'),
dataPlacement: 'right', dataPlacement: 'right',
dataContainer: "body", dataContainer: "body",