summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorit33 <it33@users.noreply.github.com>2016-06-17 22:13:00 -0700
committerenahum <nahumhbl@gmail.com>2016-06-18 02:13:00 -0300
commit5bea621e5b3eaab8a31b8a1067983b94b30493a8 (patch)
tree37436cd57fad8fade51c70d5945a716aff552ff3 /webapp
parentb130a32eaccb6f46ad90eb252291b8376435fb60 (diff)
downloadchat-5bea621e5b3eaab8a31b8a1067983b94b30493a8.tar.gz
chat-5bea621e5b3eaab8a31b8a1067983b94b30493a8.tar.bz2
chat-5bea621e5b3eaab8a31b8a1067983b94b30493a8.zip
Fix typo: Attrubute (#3368)
* Fix typo: Attrubute * Fix typo: Attrubute
Diffstat (limited to 'webapp')
-rw-r--r--webapp/components/admin_console/ldap_settings.jsx2
-rw-r--r--webapp/i18n/en.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/webapp/components/admin_console/ldap_settings.jsx b/webapp/components/admin_console/ldap_settings.jsx
index 01d4b0a67..d362f1020 100644
--- a/webapp/components/admin_console/ldap_settings.jsx
+++ b/webapp/components/admin_console/ldap_settings.jsx
@@ -223,7 +223,7 @@ export default class LdapSettings extends AdminSettings {
label={
<FormattedMessage
id='admin.ldap.firstnameAttrTitle'
- defaultMessage='First Name Attrubute'
+ defaultMessage='First Name Attribute'
/>
}
placeholder={Utils.localizeMessage('admin.ldap.firstnameAttrEx', 'Ex "givenName"')}
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 481dc4ba4..02c5f7365 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -269,7 +269,7 @@
"admin.ldap.enableTitle": "Enable Login With LDAP:",
"admin.ldap.firstnameAttrDesc": "The attribute in the LDAP server that will be used to populate the first name of users in Mattermost.",
"admin.ldap.firstnameAttrEx": "Ex \"givenName\"",
- "admin.ldap.firstnameAttrTitle": "First Name Attrubute",
+ "admin.ldap.firstnameAttrTitle": "First Name Attribute",
"admin.ldap.idAttrDesc": "The attribute in the LDAP server that will be used as a unique identifier in Mattermost. It should be an LDAP attribute with a value that does not change, such as username or uid. If a user’s Id Attribute changes, it will create a new Mattermost account unassociated with their old one. This is the value used to log in to Mattermost in the \"LDAP Username\" field on the sign in page. Normally this attribute is the same as the “Username Attribute” field above. If your team typically uses domain\\\\username to sign in to other services with LDAP, you may choose to put domain\\\\username in this field to maintain consistency between sites.",
"admin.ldap.idAttrEx": "Ex \"sAMAccountName\"",
"admin.ldap.idAttrTitle": "Id Attribute: ",