From 81c1fad4d4fcc48eebc61905fe4a6226350edd88 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Fri, 1 Dec 2017 23:20:11 -0800 Subject: Revert "Hash key for plugin store table and limit plugin ID length (#7915)" (#7931) This reverts commit c3af8785734803b6199a28249537ef3e47fe4caa. --- i18n/en.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'i18n/en.json') 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", -- cgit v1.2.3-1-g7c22