summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-07-12 01:59:07 +0300
committerLauri Ojansivu <x@xet7.org>2017-07-12 01:59:07 +0300
commit510708d0e1fc82dd9d0c707b198c41fed26aad15 (patch)
treec424e3ca9b2c80b017e2c160d10e3bbabd614a9c /i18n
parent19a71c0d9295b3d1e595ceb711eadca7bac3a868 (diff)
parent0e6cfdbb2a6f6710ca29516096a5b6efbf590276 (diff)
downloadwekan-510708d0e1fc82dd9d0c707b198c41fed26aad15.tar.gz
wekan-510708d0e1fc82dd9d0c707b198c41fed26aad15.tar.bz2
wekan-510708d0e1fc82dd9d0c707b198c41fed26aad15.zip
Merge branch 'improve-notify' of https://github.com/nztqa/wekan into nztqa-improve-notify
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 ed80fad2..c8377d73 100644
--- a/i18n/en.i18n.json
+++ b/i18n/en.i18n.json
@@ -360,5 +360,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"
}