summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2018-05-14 16:05:37 -0400
committerDerrick Anderson <derrick@andersonwebstudio.com>2018-05-14 16:05:37 -0400
commit9301e575c880970dc5642605adcc37903d176227 (patch)
tree4b8ced7bed46508130081424227609d7c921cf20 /i18n/en.json
parent77718928b7566f10b02f96b295f0479128421ebd (diff)
downloadchat-9301e575c880970dc5642605adcc37903d176227.tar.gz
chat-9301e575c880970dc5642605adcc37903d176227.tar.bz2
chat-9301e575c880970dc5642605adcc37903d176227.zip
translations PR 20180511 (#8774)
* translations PR 20180511 * Fix bad translations
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/i18n/en.json b/i18n/en.json
index fe10ed2a2..c66066fcf 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -3851,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."
},
@@ -3863,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"
},