summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console/webserver_mode_dropdown_setting.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/admin_console/webserver_mode_dropdown_setting.jsx')
-rw-r--r--webapp/components/admin_console/webserver_mode_dropdown_setting.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/admin_console/webserver_mode_dropdown_setting.jsx b/webapp/components/admin_console/webserver_mode_dropdown_setting.jsx
index 1616ced23..2c2b81e72 100644
--- a/webapp/components/admin_console/webserver_mode_dropdown_setting.jsx
+++ b/webapp/components/admin_console/webserver_mode_dropdown_setting.jsx
@@ -61,7 +61,7 @@ const WEBSERVER_MODE_HELP_TEXT = (
<p className='help-text'>
<FormattedMessage
id='admin.webserverModeHelpText'
- defaultMessage='gzip compression applies to static content files. It is recommended to enable gzip to improve performance unless your environment has specific restrictions, such as a web proxy that distributes gzip files poorly. This setting requires a server restart to take effect.'
+ defaultMessage='gzip compression applies to static content files. It is recommended to enable gzip to improve performance unless your environment has specific restrictions, such as a web proxy that distributes gzip files poorly.'
/>
</p>
</div>