summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2018-05-17 12:48:18 +0100
committerGitHub <noreply@github.com>2018-05-17 12:48:18 +0100
commitc2ab85e0a36af24ee804c1d140cfe216022a4e45 (patch)
tree184c7e5c90518d1581f13fc18d10a42481114d4d /i18n
parentb9b76b275ac4670dc400357795cd1a45e425eba1 (diff)
downloadchat-c2ab85e0a36af24ee804c1d140cfe216022a4e45.tar.gz
chat-c2ab85e0a36af24ee804c1d140cfe216022a4e45.tar.bz2
chat-c2ab85e0a36af24ee804c1d140cfe216022a4e45.zip
MM-10591: Well known error for all scheme endpoints pre-migration. (#8812)
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 b9b744608..68f6bad59 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -244,6 +244,10 @@
"translation": "Private Channel management and creation is restricted to System Administrators."
},
{
+ "id": "app.schemes.is_phase_2_migration_completed.not_completed.app_error",
+ "translation": "This API endpoint is not accessible as required migrations have not yet completed."
+ },
+ {
"id": "api.channel.can_manage_channel.private_restricted_team_admin.app_error",
"translation": "Private Channel management and creation is restricted to Team and System Administrators."
},