summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console
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/components/admin_console
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/components/admin_console')
-rw-r--r--webapp/components/admin_console/configuration_settings.jsx2
1 files changed, 1 insertions, 1 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>