summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2017-06-16 11:22:12 -0700
committerJoram Wilander <jwawilander@gmail.com>2017-06-16 14:22:12 -0400
commit64eb968b7d080645f96c489b034f31bb9ed70ba4 (patch)
treef6c5cea3797ea7a982fd0807a0b8842569877a3f /i18n
parent5158d3a44671f6faf2474b812987a7d301db7a2d (diff)
downloadchat-64eb968b7d080645f96c489b034f31bb9ed70ba4.tar.gz
chat-64eb968b7d080645f96c489b034f31bb9ed70ba4.tar.bz2
chat-64eb968b7d080645f96c489b034f31bb9ed70ba4.zip
PLT-3901 send different push message when only images attached (#6672)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 015a3c578..188b5526b 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1644,6 +1644,10 @@
"translation": " posted in "
},
{
+ "id": "api.post.send_notifications_and_forget.push_image_only",
+ "translation": " Uploaded one or more files "
+ },
+ {
"id": "api.post.send_notifications_and_forget.push_notification.error",
"translation": "Failed to send push device_id={{.DeviceId}}, err={{.Error}}"
},