fix: enable translating login form placeholder

This commit is contained in:
riking 2018-06-06 23:44:11 -07:00
parent 648f31f44c
commit da1112297a
2 changed files with 2 additions and 1 deletions

View file

@ -314,6 +314,7 @@ const en = {
login: {
login: 'Log in',
username: 'Username',
placeholder: 'e.g. lain',
password: 'Password',
register: 'Register',
logout: 'Log out'