From 5f8e5c401bd96cba9a98b2db02d72f9cbacb0103 Mon Sep 17 00:00:00 2001 From: Jason Blais Date: Mon, 3 Oct 2016 09:04:38 -0400 Subject: Change "Max Burst" to "Maximum Burst Size" (#4130) * Update en.json * Update rate_settings.jsx * Update en.json --- i18n/en.json | 2 +- webapp/components/admin_console/rate_settings.jsx | 2 +- webapp/i18n/en.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/i18n/en.json b/i18n/en.json index 7bfab85f6..ca75b2b10 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -3117,7 +3117,7 @@ }, { "id": "model.config.is_valid.max_burst.app_error", - "translation": "Max burst must be greater than zero." + "translation": "Maximum burst size must be greater than zero." }, { "id": "model.config.is_valid.encrypt_sql.app_error", diff --git a/webapp/components/admin_console/rate_settings.jsx b/webapp/components/admin_console/rate_settings.jsx index 8159f4b0d..73e9a4131 100644 --- a/webapp/components/admin_console/rate_settings.jsx +++ b/webapp/components/admin_console/rate_settings.jsx @@ -105,7 +105,7 @@ export default class RateSettings extends AdminSettings { label={ } placeholder={Utils.localizeMessage('admin.rate.maxBurstExample', 'Ex "100"')} diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index 73580b67c..bba88381a 100644 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -543,7 +543,7 @@ "admin.rate.remoteDescription": "When true, rate limit API access by IP address.", "admin.rate.remoteTitle": "Vary rate limit by remote address: ", "admin.rate.title": "Rate Limit Settings", - "admin.rate.maxBurst": "Max Burst:", + "admin.rate.maxBurst": "Maximum Burst Size:", "admin.rate.maxBurstExample": "Ex \"100\"", "admin.rate.maxBurstDescription": "Maximum number of requests allowed beyond the per second query limit.", "admin.recycle.button": "Recycle Database Connections", -- cgit v1.2.3-1-g7c22