summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2017-11-27 18:49:28 -0500
committerGitHub <noreply@github.com>2017-11-27 18:49:28 -0500
commit785a410936daff5db7fba07dc5735bd74dd158bb (patch)
tree1fb0619b42664e3d1d7607ba851c6c90008e8894 /i18n
parent6176bcff6977bda71f4fde10a52dde6d7d7ceb9a (diff)
downloadchat-785a410936daff5db7fba07dc5735bd74dd158bb.tar.gz
chat-785a410936daff5db7fba07dc5735bd74dd158bb.tar.bz2
chat-785a410936daff5db7fba07dc5735bd74dd158bb.zip
Decrease plugin key value store table index name size (#7910)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json4
1 files changed, 2 insertions, 2 deletions
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",