summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorSaturnino Abril <saturnino.abril@gmail.com>2017-04-06 05:18:23 +0900
committerJoram Wilander <jwawilander@gmail.com>2017-04-05 16:18:23 -0400
commitd8b732a488233d9b763d2c43ded60a420e1746a6 (patch)
tree31c4b67ab22caa912337e358aa1a68034638d36d /i18n
parent51608b583a8a4254574d95618df9046954ebdef5 (diff)
downloadchat-d8b732a488233d9b763d2c43ded60a420e1746a6.tar.gz
chat-d8b732a488233d9b763d2c43ded60a420e1746a6.tar.bz2
chat-d8b732a488233d9b763d2c43ded60a420e1746a6.zip
APIv4 GET /users/{user_id}/posts/flagged (#5984)
* APIv4 GET /users/{user_id}/posts/flagged * change permission check
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 051631f3c..a04c11066 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -3704,6 +3704,14 @@
"translation": "Unable to write request"
},
{
+ "id": "model.client.get_flagged_posts_in_channel.missing_parameter.app_error",
+ "translation": "Missing channel parameter"
+ },
+ {
+ "id": "model.client.get_flagged_posts_in_team.missing_parameter.app_error",
+ "translation": "Missing team parameter"
+ },
+ {
"id": "model.client.login.app_error",
"translation": "Authentication tokens didn't match"
},