summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-09-26 12:56:12 -0400
committerCorey Hulen <corey@hulen.com>2016-09-26 09:56:12 -0700
commit7fcc004beb9f6ef022f755e8e2f2a958c976c637 (patch)
treedc8a34d4bc57878361307d92c8032b6bd776d40a /i18n/en.json
parentdff985a92402319c16ad599e635b367fb123d60b (diff)
downloadchat-7fcc004beb9f6ef022f755e8e2f2a958c976c637.tar.gz
chat-7fcc004beb9f6ef022f755e8e2f2a958c976c637.tar.bz2
chat-7fcc004beb9f6ef022f755e8e2f2a958c976c637.zip
Modifications to rate limiting settings. (#4091)
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 98d6f6687..63aa5006a 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -3044,6 +3044,10 @@
"translation": "Invalid connection security for email settings. Must be '', 'TLS', or 'STARTTLS'"
},
{
+ "id": "model.config.is_valid.max_burst.app_error",
+ "translation": "Max burst must be greater than zero."
+ },
+ {
"id": "model.config.is_valid.encrypt_sql.app_error",
"translation": "Invalid at rest encrypt key for SQL settings. Must be 32 chars or more."
},