summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
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 c58e113d2..6a7bb05f9 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -4560,6 +4560,10 @@
"translation": "We couldn't delete the channels"
},
{
+ "id": "store.sql_channel.permanent_delete.app_error",
+ "translation": "We couldn't delete the channel"
+ },
+ {
"id": "store.sql_channel.permanent_delete_members_by_user.app_error",
"translation": "We couldn't remove the channel member"
},
@@ -4916,6 +4920,10 @@
"translation": "We couldn't delete the post"
},
{
+ "id": "store.sql_post.permanent_delete_by_channel.app_error",
+ "translation": "We couldn't delete the posts by channel"
+ },
+ {
"id": "store.sql_post.permanent_delete_all_comments_by_user.app_error",
"translation": "We couldn't delete the comments for user"
},