summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorJason Blais <jason@spinpunch.com>2017-06-12 07:30:36 -0400
committerJoram Wilander <jwawilander@gmail.com>2017-06-12 07:30:36 -0400
commit08130096e5e12315d3912510f3914b37f0ece6b9 (patch)
tree1ba586fe778b81e231ce23260ac5321140b7a8f2 /webapp
parentfc7f6ffd326a09946fee5b55425a716c0e0bc4bb (diff)
downloadchat-08130096e5e12315d3912510f3914b37f0ece6b9.tar.gz
chat-08130096e5e12315d3912510f3914b37f0ece6b9.tar.bz2
chat-08130096e5e12315d3912510f3914b37f0ece6b9.zip
Tweak System Console > Configuration note (#6598)
* Update configuration_settings.jsx * Update en.json
Diffstat (limited to 'webapp')
-rw-r--r--webapp/components/admin_console/configuration_settings.jsx2
-rwxr-xr-xwebapp/i18n/en.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/webapp/components/admin_console/configuration_settings.jsx b/webapp/components/admin_console/configuration_settings.jsx
index f352bf24f..449b4f549 100644
--- a/webapp/components/admin_console/configuration_settings.jsx
+++ b/webapp/components/admin_console/configuration_settings.jsx
@@ -89,7 +89,7 @@ export default class ConfigurationSettings extends AdminSettings {
<div className='banner__content'>
<FormattedMessage
id='admin.rate.noteDescription'
- defaultMessage='Changing properties in this section will require a server restart before taking effect.'
+ defaultMessage='Changing properties other than Site URL in this section will require a server restart before taking effect.'
/>
</div>
</div>
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 758cc0f96..9cb75648c 100755
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -609,7 +609,7 @@
"admin.rate.memoryDescription": "Maximum number of users sessions connected to the system as determined by \"Vary rate limit by remote address\" and \"Vary rate limit by HTTP header\" settings below.",
"admin.rate.memoryExample": "E.g.: \"10000\"",
"admin.rate.memoryTitle": "Memory Store Size:",
- "admin.rate.noteDescription": "Changing properties in this section will require a server restart before taking effect.",
+ "admin.rate.noteDescription": "Changing properties other than Site URL in this section will require a server restart before taking effect.",
"admin.rate.noteTitle": "Note:",
"admin.rate.queriesDescription": "Throttles API at this number of requests per second.",
"admin.rate.queriesExample": "E.g.: \"10\"",