mirror of
https://github.com/wekan/wekan.git
synced 2025-04-24 14:08:31 -04:00
Rename New integration to New Outgoing Webhook
This commit is contained in:
parent
1ee11e1cfd
commit
fb8330353c
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue