summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2018-02-22 09:00:13 -0500
committerGitHub <noreply@github.com>2018-02-22 09:00:13 -0500
commit1b3808f3ecf754876168a9342e18c46d49f32ddf (patch)
treebf2fe8fe9f97a20bbd4ea43a90209a75e861eb6f /i18n
parent342d05bcfcd8de642b254fe2316c2562482e39f7 (diff)
downloadchat-1b3808f3ecf754876168a9342e18c46d49f32ddf.tar.gz
chat-1b3808f3ecf754876168a9342e18c46d49f32ddf.tar.bz2
chat-1b3808f3ecf754876168a9342e18c46d49f32ddf.zip
Fix push notification content for file only messages (#8346)
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 ff866a56d..37639ba60 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1815,6 +1815,10 @@
"translation": " uploaded one or more files in "
},
{
+ "id": "api.post.send_notifications_and_forget.push_image_only_no_channel",
+ "translation": " uploaded one or more files"
+ },
+ {
"id": "api.post.send_notifications_and_forget.push_image_only_dm",
"translation": " uploaded one or more files in a direct message"
},