Bläddra i källkod

Rename New integration to New Outgoing Webhook

Lauri Ojansivu 7 år sedan
förälder
incheckning
fb8330353c
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      client/components/boards/boardHeader.jade
  2. 1 1
      i18n/en.i18n.json

+ 1 - 1
client/components/boards/boardHeader.jade

@@ -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)

+ 1 - 1
i18n/en.i18n.json

@@ -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",