summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console/configuration_settings.jsx
diff options
context:
space:
mode:
authorJason Blais <jason@spinpunch.com>2016-08-17 11:16:53 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-08-17 11:16:53 -0400
commitdba2deabb06aa5092bc634687294fa5c8cecd8bd (patch)
treed48f19b30a87b1e7320c9b8565eb3484d5ce2a6f /webapp/components/admin_console/configuration_settings.jsx
parent4ef5c1bfb335e41e06e6fb0f0d9d99838ea064e6 (diff)
downloadchat-dba2deabb06aa5092bc634687294fa5c8cecd8bd.tar.gz
chat-dba2deabb06aa5092bc634687294fa5c8cecd8bd.tar.bz2
chat-dba2deabb06aa5092bc634687294fa5c8cecd8bd.zip
Fix typo in admin.service.siteURLDescription (#3818)
* Fix typo in admin.service.siteURLDescription * Update configuration_settings.jsx
Diffstat (limited to 'webapp/components/admin_console/configuration_settings.jsx')
-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 1207f1f79..b41aa4397 100644
--- a/webapp/components/admin_console/configuration_settings.jsx
+++ b/webapp/components/admin_console/configuration_settings.jsx
@@ -69,7 +69,7 @@ export default class ConfigurationSettings extends AdminSettings {
helpText={
<FormattedMessage
id='admin.service.siteURLDescription'
- defaultMessage='The URL, including post number and protocol, that users will use to access Mattermost. Leave blank to automatically configure based on incoming traffic.'
+ defaultMessage='The URL, including port number and protocol, that users will use to access Mattermost. Leave blank to automatically configure based on incoming traffic.'
/>
}
value={this.state.siteURL}