summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-07-11 22:47:48 +0300
committerGitHub <noreply@github.com>2019-07-11 22:47:48 +0300
commitb39bbfc97a6c1a5c3995ca7f8b82a47aa19bc9b3 (patch)
treed85b4b3dad898d2e1bcc1deebdb6fdea128bf604 /i18n
parentf85080ebd36a1cbefe2d07fbfd3fd4809218ef01 (diff)
parent5fd86d29ba957fb2f00d5c83a7dd1a36a79303d8 (diff)
downloadwekan-b39bbfc97a6c1a5c3995ca7f8b82a47aa19bc9b3.tar.gz
wekan-b39bbfc97a6c1a5c3995ca7f8b82a47aa19bc9b3.tar.bz2
wekan-b39bbfc97a6c1a5c3995ca7f8b82a47aa19bc9b3.zip
Merge pull request #2541 from whowillcare/master
Added new features: user will be notified when been @ and other feature
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.i18n.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json
index f555f438..6274e08a 100644
--- a/i18n/en.i18n.json
+++ b/i18n/en.i18n.json
@@ -721,5 +721,6 @@
"act-withDue": "__card__ due reminders [__board__]",
"act-almostdue": "was reminding the current due (__timeValue__) of __card__ is approaching",
"act-pastdue": "was reminding the current due (__timeValue__) of __card__ is past",
- "act-duenow": "was reminding the current due (__timeValue__) of __card__ is now"
+ "act-duenow": "was reminding the current due (__timeValue__) of __card__ is now",
+ "act-atUserComment": "You were mentioned in [__board__] __card__"
}