summaryrefslogtreecommitdiffstats
path: root/webapp/components/signup/components/signup_ldap.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/signup/components/signup_ldap.jsx')
-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 = '';