From 5748295d3b544883cbd47d8fa2c7d617faa57cac Mon Sep 17 00:00:00 2001 From: jasonblais Date: Mon, 6 Jun 2016 09:48:39 -0400 Subject: Update help text for localization settings (#3252) * Update help text for localization settings * Add to en.json --- webapp/components/admin_console/localization_settings.jsx | 8 ++++---- webapp/i18n/en.json | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/webapp/components/admin_console/localization_settings.jsx b/webapp/components/admin_console/localization_settings.jsx index 6876e0c36..7987f77dc 100644 --- a/webapp/components/admin_console/localization_settings.jsx +++ b/webapp/components/admin_console/localization_settings.jsx @@ -80,7 +80,7 @@ export default class LocalizationSettings extends AdminSettings { helpText={ } /> @@ -98,7 +98,7 @@ export default class LocalizationSettings extends AdminSettings { helpText={ } /> @@ -117,7 +117,7 @@ export default class LocalizationSettings extends AdminSettings { helpText={ } noResultText={ @@ -142,4 +142,4 @@ export default class LocalizationSettings extends AdminSettings { ); } -} \ No newline at end of file +} diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index c786c4227..6272664c5 100644 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -180,6 +180,9 @@ "admin.email.smtpUsernameTitle": "SMTP Username:", "admin.email.testing": "Testing...", "admin.false": "false", + "admin.general.localization.serverLocaleDescription": "Default language for system messages and logs. Changing this will require a server restart before taking effect.", + "admin.general.localization.clientLocaleDescription": "Default language for newly created users and pages where the user hasn't logged in.", + "admin.general.localization.availableLocalesDescription": "Determines which languages are available for users in Account Settings.", "admin.gitab.clientSecretDescription": "Obtain this value via the instructions above for logging into GitLab.", "admin.gitlab.EnableHtmlDesc": "
  1. Log in to your GitLab account and go to Profile Settings -> Applications.
  2. Enter Redirect URIs \"/login/gitlab/complete\" (example: http://localhost:8065/login/gitlab/complete) and \"/signup/gitlab/complete\".
  3. Then use \"Secret\" and \"Id\" fields from GitLab to complete the options below.
  4. Complete the Endpoint URLs below.
", "admin.gitlab.authDescription": "Enter https:///oauth/authorize (example https://example.com:3000/oauth/authorize). Make sure you use HTTP or HTTPS in your URL depending on your server configuration.", -- cgit v1.2.3-1-g7c22