Rename New integration to New Outgoing Webhook

This commit is contained in:
Lauri Ojansivu 2017-09-09 22:44:04 +03:00
parent 1ee11e1cfd
commit fb8330353c
2 changed files with 2 additions and 2 deletions

View file

@ -240,7 +240,7 @@ template(name="outgoingWebhooksPopup")
input.primary.wide(type="submit" value="{{_ 'save'}}")
form.integration-form
h4
| {{_ 'new-integration'}}
| {{_ 'new-outgoing-webhook'}}
label
| URL
input.js-outgoing-webhooks-url(type="text" name="url" autofocus)

View file

@ -369,7 +369,7 @@
"error-notAuthorized": "You are not authorized to view this page.",
"outgoing-webhooks": "Outgoing Webhooks",
"outgoingWebhooksPopup-title": "Outgoing Webhooks",
"new-integration": "New integration",
"new-outgoing-webhook": "New Outgoing Webhook",
"no-name": "(Unknown)",
"Wekan_version": "Wekan version",
"Node_version": "Node version",