summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/en.json
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-09-28 09:48:19 -0300
committerChristopher Speller <crspeller@gmail.com>2016-09-28 08:48:19 -0400
commit45ca052482d42a535f399b149c7e26e99663ac15 (patch)
treed7ec1b4f5dbc2a1cc7150143d5032551c30ec480 /webapp/i18n/en.json
parent5288255ca3b86e71a5c1bc4a3e88adb2ebbadee0 (diff)
downloadchat-45ca052482d42a535f399b149c7e26e99663ac15.tar.gz
chat-45ca052482d42a535f399b149c7e26e99663ac15.tar.bz2
chat-45ca052482d42a535f399b149c7e26e99663ac15.zip
PLT-4298 Remove "Return to ongoing call" (#4101)
Diffstat (limited to 'webapp/i18n/en.json')
-rw-r--r--webapp/i18n/en.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 2bf4248a8..512bff5a8 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -545,7 +545,7 @@
"admin.rate.title": "Rate Limit Settings",
"admin.rate.maxBurst": "Max Burst:",
"admin.rate.maxBurstExample": "Ex \"100\"",
- "admin.rate.maxBurstDescription": "Maxumum number of requests allowed beyond the per second query limit.",
+ "admin.rate.maxBurstDescription": "Maximum number of requests allowed beyond the per second query limit.",
"admin.recycle.button": "Recycle Database Connections",
"admin.recycle.loading": " Recycling...",
"admin.recycle.recycleDescription": "Deployments using multiple databases can switch from one master database to another without restarting the Mattermost server by updating \"config.json\" to the new desired configuration and using the <a href=\"../general/configuration\"><b>Configuration > Reload Configuration from Disk</b></a> feature to load the new settings while the server is running. The administrator should then use <b>Recycle Database Connections</b> feature to recycle the database connections based on the new settings.",