summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authornztqa <nztqa@users.noreply.github.com>2017-07-09 15:14:33 +0900
committernztqa <nztqa@users.noreply.github.com>2017-07-09 15:14:33 +0900
commite66c99499fa9b1efeff00e5b6f0024678672d720 (patch)
tree116f1ad147f958a9f2c79c2070867d91ef7f2d30 /i18n
parent429e2f9992c94248c54f1f77127f8d0b003e7a7c (diff)
downloadwekan-e66c99499fa9b1efeff00e5b6f0024678672d720.tar.gz
wekan-e66c99499fa9b1efeff00e5b6f0024678672d720.tar.bz2
wekan-e66c99499fa9b1efeff00e5b6f0024678672d720.zip
Add input form in board menu
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.i18n.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json
index 122d0b8d..c29884dc 100644
--- a/i18n/en.i18n.json
+++ b/i18n/en.i18n.json
@@ -355,5 +355,7 @@
"email-invite-register-subject": "__inviter__ sent you an invitation",
"email-invite-register-text": "Dear __user__,\n\n__inviter__ invites you to Wekan for collaborations.\n\nPlease follow the link below:\n__url__\n\nAnd your invitation code is: __icode__\n\nThanks.",
"error-invitation-code-not-exist": "Invitation code doesn't exist",
- "error-notAuthorized": "You are not authorized to view this page."
+ "error-notAuthorized": "You are not authorized to view this page.",
+ "outgoing-webhooks": "Outgoing Webhooks",
+ "outgoingWebhooksPopup-title": "Outgoing Webhooks"
}