Clarify help text for available lanuages in localization_settings.jsx (#3776)

* Update localization_settings.jsx

* Update en.json

* Update localization_settings.jsx

* Update en.json
This commit is contained in:
Eric Sethna
2016-08-11 12:35:31 -06:00
committed by enahum
parent 4dcbe4bf09
commit a6bb9b87f7
2 changed files with 2 additions and 2 deletions

View File

@@ -114,7 +114,7 @@ export default class LocalizationSettings extends AdminSettings {
helpText={
<FormattedHTMLMessage
id='admin.general.localization.availableLocalesDescription'
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.'
defaultMessage='Set which languages are available for users in Account Settings (leave this field blank to have all supported languages available). If youre manually adding new languages, the <strong>Default Client Language</strong> must be added before saving this setting.<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={

View File

@@ -282,7 +282,7 @@
"admin.files.storage": "Storage",
"admin.general.configuration": "Configuration",
"admin.general.localization": "Localization",
"admin.general.localization.availableLocalesDescription": "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.",
"admin.general.localization.availableLocalesDescription": "Set which languages are available for users in Account Settings (leave this field blank to have all supported languages available). If youre manually adding new languages, the <strong>Default Client Language</strong> must be added before saving this setting.<br /><br />Would like to help with translations? Join the <a href='http://translate.mattermost.com/' target='_blank'>Mattermost Translation Server</a> to contribute.",
"admin.general.localization.availableLocalesTitle": "Available Languages:",
"admin.general.localization.clientLocaleDescription": "Default language for newly created users and pages where the user hasn't logged in.",
"admin.general.localization.clientLocaleTitle": "Default Client Language:",