summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json12
1 files changed, 8 insertions, 4 deletions
diff --git a/i18n/en.json b/i18n/en.json
index d42c6a544..0f3dacd95 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -823,6 +823,10 @@
"translation": "You don't have enough permissions to add {{.User}} in {{.Channel}}."
},
{
+ "id": "api.command_invite.private_channel.app_error",
+ "translation": "Could not find the channel {{.Channel}}. Please use the channel handle to identify channels."
+ },
+ {
"id": "api.command_invite.success",
"translation": "{{.User}} added to {{.Channel}} channel."
},
@@ -3847,10 +3851,6 @@
"translation": "Unable to get active plugins"
},
{
- "id": "app.plugin.invalid_id.app_error",
- "translation": "Plugin Id must be at least {{.Min}} characters, at most {{.Max}} characters and match {{.Regex}}."
- },
- {
"id": "app.plugin.install.app_error",
"translation": "Unable to install plugin."
},
@@ -3859,6 +3859,10 @@
"translation": "Unable to install plugin. A plugin with the same ID is already installed."
},
{
+ "id": "app.plugin.invalid_id.app_error",
+ "translation": "Plugin Id must be at least {{.Min}} characters, at most {{.Max}} characters and match {{.Regex}}."
+ },
+ {
"id": "app.plugin.manifest.app_error",
"translation": "Unable to find manifest for extracted plugin"
},