summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2017-12-05 18:19:33 -0500
committerChristopher Speller <crspeller@gmail.com>2017-12-05 15:19:33 -0800
commit7cefef6d21fa76de0683d2fe9ff56a6e28816628 (patch)
tree3aff5d34a44bb65cfefa5e69084d2bd484d1dd51 /i18n
parent150de584c348d6317199fd619f0c144464b8f755 (diff)
downloadchat-7cefef6d21fa76de0683d2fe9ff56a6e28816628.tar.gz
chat-7cefef6d21fa76de0683d2fe9ff56a6e28816628.tar.bz2
chat-7cefef6d21fa76de0683d2fe9ff56a6e28816628.zip
Hash key for plugin store and limit id length (#7933)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json12
1 files changed, 4 insertions, 8 deletions
diff --git a/i18n/en.json b/i18n/en.json
index f1fb6f7c4..81bd6ca8a 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -3559,18 +3559,14 @@
"translation": "[{{ .SiteName }}] Notification in {{ .TeamName}} on {{.Month}} {{.Day}}, {{.Year}}"
},
{
- "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.activate.app_error",
"translation": "Unable to activate extracted plugin. Plugin may already exist and be activated."
},
{
+ "id": "app.plugin.id_length.app_error",
+ "translation": "Plugin Id must be less than {{.Max}} characters."
+ },
+ {
"id": "app.plugin.config.app_error",
"translation": "Error saving plugin state in config"
},