summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 75954a6c9..731679b8a 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1704,10 +1704,18 @@
"translation": "Failed to get reactions because channel ID does not match post ID in the URL"
},
{
+ "id": "api.reaction.save_reaction.invalid.app_error",
+ "translation": "Reaction is not valid."
+ },
+ {
"id": "api.reaction.save_reaction.mismatched_channel_id.app_error",
"translation": "Failed to save reaction because channel ID does not match post ID in the URL"
},
{
+ "id": "api.reaction.save_reaction.user_id.app_error",
+ "translation": "You cannot save reaction for the other user."
+ },
+ {
"id": "api.reaction.send_reaction_event.post.app_error",
"translation": "Failed to get post when sending websocket event for reaction"
},