summaryrefslogtreecommitdiffstats
path: root/webapp/components/signup
diff options
context:
space:
mode:
authorYusuke Nemoto <kaakaa@users.noreply.github.com>2017-03-31 00:20:55 +0900
committerCorey Hulen <corey@hulen.com>2017-03-30 08:20:55 -0700
commit9a9729f22fea7275637eafb4046900c9f372ec56 (patch)
treef108efde89e72488a79ccb7209398ae9be6f02c2 /webapp/components/signup
parent29e6db5713c57d7bb46d7aea38b1001b9e8a1212 (diff)
downloadchat-9a9729f22fea7275637eafb4046900c9f372ec56.tar.gz
chat-9a9729f22fea7275637eafb4046900c9f372ec56.tar.bz2
chat-9a9729f22fea7275637eafb4046900c9f372ec56.zip
fix typo and missing messages (#5902)
Diffstat (limited to 'webapp/components/signup')
-rw-r--r--webapp/components/signup/components/signup_ldap.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/signup/components/signup_ldap.jsx b/webapp/components/signup/components/signup_ldap.jsx
index 0e02d5db7..d93470db6 100644
--- a/webapp/components/signup/components/signup_ldap.jsx
+++ b/webapp/components/signup/components/signup_ldap.jsx
@@ -115,7 +115,7 @@ export default class SignupLdap extends React.Component {
if (global.window.mm_config.LdapLoginFieldName) {
ldapIdPlaceholder = global.window.mm_config.LdapLoginFieldName;
} else {
- ldapIdPlaceholder = Utils.localizeMessage('login.ldap_username', 'AD/LDAP Username');
+ ldapIdPlaceholder = Utils.localizeMessage('login.ldapUsername', 'AD/LDAP Username');
}
let errorClass = '';