summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-08-16 12:36:46 -0400
committerenahum <nahumhbl@gmail.com>2016-08-16 11:36:46 -0500
commitdde158c57f24e6da6ad5d05eebc104fccec855e8 (patch)
tree060bc786421625f3a6971202aca1fca4490ea52b /i18n/en.json
parent21750e3637a18f5ea9b29d0116226c80a81f0d7f (diff)
downloadchat-dde158c57f24e6da6ad5d05eebc104fccec855e8.tar.gz
chat-dde158c57f24e6da6ad5d05eebc104fccec855e8.tar.bz2
chat-dde158c57f24e6da6ad5d05eebc104fccec855e8.zip
Refactored mention parsing and added unit tests (#3806)
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 989dce038..0010b6059 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1096,6 +1096,10 @@
"translation": "Unable to send notification to online users with @here, err=%v"
},
{
+ "id": "api.post.notification.member_profile.warn",
+ "translation": "Unable to get profile for channel member, user_id=%v"
+ },
+ {
"id": "api.post.send_notifications_and_forget.comment_thread.error",
"translation": "Failed to retrieve comment thread posts in notifications root_post_id=%v, err=%v"
},