From 785a410936daff5db7fba07dc5735bd74dd158bb Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Mon, 27 Nov 2017 18:49:28 -0500 Subject: Decrease plugin key value store table index name size (#7910) --- i18n/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index 4caa952b3..f252ebe08 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -4248,11 +4248,11 @@ }, { "id": "model.plugin_key_value.is_valid.plugin_id.app_error", - "translation": "Invalid plugin ID" + "translation": "Invalid plugin ID, must be more than {{.Min}} and a of maximum {{.Max}} characters long." }, { "id": "model.plugin_key_value.is_valid.key.app_error", - "translation": "Invalid key" + "translation": "Invalid key, must be more than {{.Min}} and a of maximum {{.Max}} characters long." }, { "id": "model.access.is_valid.access_token.app_error", -- cgit v1.2.3-1-g7c22