diff --git a/webapp/components/admin_console/localization_settings.jsx b/webapp/components/admin_console/localization_settings.jsx
index 6876e0c366..7987f77dcd 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 c786c42274..6272664c5e 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": "
- Log in to your GitLab account and go to Profile Settings -> Applications.
- Enter Redirect URIs \"/login/gitlab/complete\" (example: http://localhost:8065/login/gitlab/complete) and \"/signup/gitlab/complete\".
- Then use \"Secret\" and \"Id\" fields from GitLab to complete the options below.
- 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.",