summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2017-08-03 05:38:17 -0700
committerHarrison Healey <harrisonmhealey@gmail.com>2017-08-03 08:38:17 -0400
commit43c523e8391f454c90358951c86b107d44203b72 (patch)
treeb3707945221c24c78d19150cf28f742f5a736898 /i18n
parentf3934bc7e1e8ef555e1c2e1fe0ece3dbd88ea687 (diff)
downloadchat-43c523e8391f454c90358951c86b107d44203b72.tar.gz
chat-43c523e8391f454c90358951c86b107d44203b72.tar.bz2
chat-43c523e8391f454c90358951c86b107d44203b72.zip
PLT-7130 adding more generic push notificaiton message. (#7044)
* PLT-7130 adding more generic push notificaiton message. * Fixing strings
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 3287af260..2d4581ad8 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1812,6 +1812,10 @@
"translation": " mentioned you in "
},
{
+ "id": "api.post.send_notifications_and_forget.push_mention_no_channel",
+ "translation": " mentioned you"
+ },
+ {
"id": "api.post.send_notifications_and_forget.push_message",
"translation": " sent you a direct message"
},
@@ -1820,6 +1824,10 @@
"translation": " posted in "
},
{
+ "id": "api.post.send_notifications_and_forget.push_non_mention_no_channel",
+ "translation": " posted a message"
+ },
+ {
"id": "api.post.send_notifications_and_forget.push_notification.error",
"translation": "Failed to send push device_id={{.DeviceId}}, err={{.Error}}"
},