Fix typo in admin.service.siteURLDescription (#3818)

* Fix typo in admin.service.siteURLDescription

* Update configuration_settings.jsx
Этот коммит содержится в:
Jason Blais
2016-08-17 11:16:53 -04:00
коммит произвёл Joram Wilander
родитель 4ef5c1bfb3
Коммит dba2deabb0
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@@ -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}