summaryrefslogtreecommitdiffstats
path: root/webapp/i18n
diff options
context:
space:
mode:
authorjasonblais <jason@spinpunch.com>2016-06-06 09:48:39 -0400
committerHarrison Healey <harrisonmhealey@gmail.com>2016-06-06 09:48:39 -0400
commit5748295d3b544883cbd47d8fa2c7d617faa57cac (patch)
tree8ca977d12ec856dd96e2e665a90bbcd1c8d6dc5f /webapp/i18n
parent6cee1f87f2361f3c4b431190ae2df2b12a2157ef (diff)
downloadchat-5748295d3b544883cbd47d8fa2c7d617faa57cac.tar.gz
chat-5748295d3b544883cbd47d8fa2c7d617faa57cac.tar.bz2
chat-5748295d3b544883cbd47d8fa2c7d617faa57cac.zip
Update help text for localization settings (#3252)
* Update help text for localization settings * Add to en.json
Diffstat (limited to 'webapp/i18n')
-rw-r--r--webapp/i18n/en.json3
1 files changed, 3 insertions, 0 deletions
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": "<ol><li>Log in to your GitLab account and go to Profile Settings -> Applications.</li><li>Enter Redirect URIs \"<your-mattermost-url>/login/gitlab/complete\" (example: http://localhost:8065/login/gitlab/complete) and \"<your-mattermost-url>/signup/gitlab/complete\". </li><li>Then use \"Secret\" and \"Id\" fields from GitLab to complete the options below.</li><li>Complete the Endpoint URLs below. </li></ol>",
"admin.gitlab.authDescription": "Enter https://<your-gitlab-url>/oauth/authorize (example https://example.com:3000/oauth/authorize). Make sure you use HTTP or HTTPS in your URL depending on your server configuration.",