summaryrefslogtreecommitdiffstats
path: root/webapp/components/claim
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2016-03-24 18:57:16 -0400
committerJoramWilander <jwawilander@gmail.com>2016-03-24 18:57:16 -0400
commit105333412e7fb95c3ce43958207bad922fc48cbb (patch)
treec55aa3056bea37cd85c67bf810fe93b1356d8ec2 /webapp/components/claim
parentbe2c883883e746a96c7d1cce48e59cc61a9a6ec8 (diff)
downloadchat-105333412e7fb95c3ce43958207bad922fc48cbb.tar.gz
chat-105333412e7fb95c3ce43958207bad922fc48cbb.tar.bz2
chat-105333412e7fb95c3ce43958207bad922fc48cbb.zip
Remove loc change
Diffstat (limited to 'webapp/components/claim')
-rw-r--r--webapp/components/claim/components/email_to_ldap.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/claim/components/email_to_ldap.jsx b/webapp/components/claim/components/email_to_ldap.jsx
index 0c9fb6f9f..1f7631953 100644
--- a/webapp/components/claim/components/email_to_ldap.jsx
+++ b/webapp/components/claim/components/email_to_ldap.jsx
@@ -116,7 +116,7 @@ export default class EmailToLDAP extends React.Component {
name='emailPassword'
ref='emailpassword'
autoComplete='off'
- placeholder={Utils.localizeMessage('claim.email_to_ldap.emailPwd', 'Email Password')}
+ placeholder={Utils.localizeMessage('claim.email_to_ldap.pwd', 'Password')}
spellCheck='false'
/>
</div>