File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
client/src/main/webapp/WEB-INF Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 50
50
51
51
<form id="login_form" name="login_form">
52
52
<label>#translatable('login.username'):</label>
53
- <input id="username" name="username" placeholder="#i18nval('login.username.placeholder')" value="" />
53
+ <input class="translate_placeholder" data-key="login.username.placeholder" id="username" name="username" placeholder="#i18nval('login.username.placeholder')" value="" />
54
54
<label>#translatable('login.password'):</label>
55
- <input id="password" name="password" placeholder="#i18nval('login.password.placeholder')" value="" type="password" />
55
+ <input class="translate_placeholder" data-key="login.password.placeholder" id="password" name="password" placeholder="#i18nval('login.password.placeholder')" value="" type="password" />
56
56
</form>
57
57
58
58
<span>
You can’t perform that action at this time.
0 commit comments