summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2017-12-01 23:20:11 -0800
committerGitHub <noreply@github.com>2017-12-01 23:20:11 -0800
commit81c1fad4d4fcc48eebc61905fe4a6226350edd88 (patch)
tree528bbaa725b26b6b3743ac16adff5cb44a81d8d9 /i18n/en.json
parentc3af8785734803b6199a28249537ef3e47fe4caa (diff)
downloadchat-81c1fad4d4fcc48eebc61905fe4a6226350edd88.tar.gz
chat-81c1fad4d4fcc48eebc61905fe4a6226350edd88.tar.bz2
chat-81c1fad4d4fcc48eebc61905fe4a6226350edd88.zip
Revert "Hash key for plugin store table and limit plugin ID length (#7915)" (#7931)
This reverts commit c3af8785734803b6199a28249537ef3e47fe4caa.
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 2ff55d24f..6ce9b19dc 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -3559,12 +3559,16 @@
"translation": "[{{ .SiteName }}] Notification in {{ .TeamName}} on {{.Month}} {{.Day}}, {{.Year}}"
},
{
- "id": "app.plugin.activate.app_error",
- "translation": "Unable to activate extracted plugin. Plugin may already exist and be activated."
+ "id": "app.plugin.prepackaged.app_error",
+ "translation": "Prepackaged plugins cannot be modified."
+ },
+ {
+ "id": "app.plugin.key_value.set.app_error",
+ "translation": "Unable to set key value. See detailed error for more information."
},
{
- "id": "app.plugin.id_length.app_error",
- "translation": "Plugin Id must be less than {{.Max}} characters."
+ "id": "app.plugin.activate.app_error",
+ "translation": "Unable to activate extracted plugin. Plugin may already exist and be activated."
},
{
"id": "app.plugin.config.app_error",