From c3af8785734803b6199a28249537ef3e47fe4caa Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Fri, 1 Dec 2017 15:20:08 -0500 Subject: 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 --- i18n/en.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index 6ce9b19dc..2ff55d24f 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -3558,18 +3558,14 @@ "id": "app.notification.subject.notification.full", "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" -- cgit v1.2.3-1-g7c22