summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorSam X. Chen <sam.xi.chen@gmail.com>2019-07-11 14:32:39 -0400
committerSam X. Chen <sam.xi.chen@gmail.com>2019-07-11 14:32:39 -0400
commit5fd86d29ba957fb2f00d5c83a7dd1a36a79303d8 (patch)
treed1c91744cfbe0b218b24b1d75ce56df12294f717 /i18n
parentf2a0ae0a2c115a1cfdc3c6153ca80fd03df12ba7 (diff)
downloadwekan-5fd86d29ba957fb2f00d5c83a7dd1a36a79303d8.tar.gz
wekan-5fd86d29ba957fb2f00d5c83a7dd1a36a79303d8.tar.bz2
wekan-5fd86d29ba957fb2f00d5c83a7dd1a36a79303d8.zip
Add Features: notifications will be sent when user is being @, or activitytype matches env var BIGENVENTS
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__"
}