From 7cefef6d21fa76de0683d2fe9ff56a6e28816628 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Tue, 5 Dec 2017 18:19:33 -0500 Subject: Hash key for plugin store and limit id length (#7933) --- i18n/en.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'i18n/en.json') diff --git a/i18n/en.json b/i18n/en.json index f1fb6f7c4..81bd6ca8a 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