summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-05-19 14:33:04 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-05-19 14:33:04 -0400
commit1492d1a3cbe551395aab9f6da27c91def62f51cb (patch)
tree1d1249ef5f66155cea994e44bf5c5a96703d0a1b /i18n
parentfd24902194de00373fa710d5ed138fc1dfeab532 (diff)
downloadchat-1492d1a3cbe551395aab9f6da27c91def62f51cb.tar.gz
chat-1492d1a3cbe551395aab9f6da27c91def62f51cb.tar.bz2
chat-1492d1a3cbe551395aab9f6da27c91def62f51cb.zip
PLT-2664 Split out push notifications from email notifications (#3049)
* Split out push and email notification logic, always send push notifications on mention * Add user setting to control push notifications * Minor changeto simplify code
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 84d6692bb..99ca3ed72 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -904,6 +904,14 @@
"translation": " mentioned you in "
},
{
+ "id": "api.post.send_notifications_and_forget.push_in",
+ "translation": " in "
+ },
+ {
+ "id": "api.post.send_notifications_and_forget.push_non_mention",
+ "translation": " posted in "
+ },
+ {
"id": "api.post.send_notifications_and_forget.push_message",
"translation": " sent you a direct message"
},