summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 4674f3fb2..d2640e672 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -4140,14 +4140,14 @@
"translation": "Invalid maximum idle connection for SQL settings. Must be a positive number."
},
{
- "id": "model.config.is_valid.sql_query_timeout.app_error",
- "translation": "Invalid query timeout for SQL settings. Must be a positive number."
- },
- {
"id": "model.config.is_valid.sql_max_conn.app_error",
"translation": "Invalid maximum open connection for SQL settings. Must be a positive number."
},
{
+ "id": "model.config.is_valid.sql_query_timeout.app_error",
+ "translation": "Invalid query timeout for SQL settings. Must be a positive number."
+ },
+ {
"id": "model.config.is_valid.time_between_user_typing.app_error",
"translation": "Time between user typing updates should not be set to less than 1000 milliseconds."
},