summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2017-12-01 15:20:08 -0500
committerGitHub <noreply@github.com>2017-12-01 15:20:08 -0500
commitc3af8785734803b6199a28249537ef3e47fe4caa (patch)
tree8260b673bf1da0a41bd5a8375b5d28789ebefa7d /i18n
parent739d91f21387448f0071f06675fb71c7625fa46a (diff)
downloadchat-c3af8785734803b6199a28249537ef3e47fe4caa.tar.gz
chat-c3af8785734803b6199a28249537ef3e47fe4caa.tar.bz2
chat-c3af8785734803b6199a28249537ef3e47fe4caa.zip
Hash key for plugin store table and limit plugin ID length (#7915)
* Hash plugin store keys and update column limits * Limit plugin ID length on install * Add note to manifest id and allow zero length keys
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 6ce9b19dc..2ff55d24f 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"
},