summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-08-04 13:32:57 -0500
committerGitHub <noreply@github.com>2016-08-04 13:32:57 -0500
commitb04d2c2f394cf6deb663e4c372ed637701e3eb41 (patch)
treed97dde302a1ebd9a98bdfd9e9c8623acdf4f792f /webapp/components/admin_console
parent953b14ab22eb089414986d72730cdd5c86bb120c (diff)
downloadchat-b04d2c2f394cf6deb663e4c372ed637701e3eb41.tar.gz
chat-b04d2c2f394cf6deb663e4c372ed637701e3eb41.tar.bz2
chat-b04d2c2f394cf6deb663e4c372ed637701e3eb41.zip
PLT-3767 Promote localizations on System Console and Account Settings (#3734)
Diffstat (limited to 'webapp/components/admin_console')
-rw-r--r--webapp/components/admin_console/localization_settings.jsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/webapp/components/admin_console/localization_settings.jsx b/webapp/components/admin_console/localization_settings.jsx
index c8d20c7fd..a9a0a8044 100644
--- a/webapp/components/admin_console/localization_settings.jsx
+++ b/webapp/components/admin_console/localization_settings.jsx
@@ -6,7 +6,7 @@ import React from 'react';
import * as I18n from 'i18n/i18n.jsx';
import AdminSettings from './admin_settings.jsx';
-import {FormattedMessage} from 'react-intl';
+import {FormattedMessage, FormattedHTMLMessage} from 'react-intl';
import SettingsGroup from './settings_group.jsx';
import DropdownSetting from './dropdown_setting.jsx';
import MultiSelectSetting from './multiselect_settings.jsx';
@@ -112,9 +112,9 @@ export default class LocalizationSettings extends AdminSettings {
selected={this.state.availableLocales}
onChange={this.handleChange}
helpText={
- <FormattedMessage
+ <FormattedHTMLMessage
id='admin.general.localization.availableLocalesDescription'
- defaultMessage='Determines which languages are available for users in Account Settings. (Leave it blank to have all supported languages available)'
+ defaultMessage='Set which languages are available for users in Account Settings (leave this field blank to have all supported languages available).<br /><br />Would like to help with translations? Join the <a href="http://translate.mattermost.com/" target="_blank">Mattermost Translation Server</a> to contribute.'
/>
}
noResultText={