mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-26 23:39:11 -05:00
Internationalize username / password input placeholders.
This commit is contained in:
@@ -40,8 +40,8 @@
|
||||
value="${random.random()}" />
|
||||
%endif
|
||||
<input type="hidden" name="op" value="${op}" />
|
||||
<input name="user" placeholder="username" type="text" maxlength="20" tabindex="1"/>
|
||||
<input name="passwd" placeholder="password" type="password" tabindex="1"/>
|
||||
<input name="user" placeholder="${_('username')}" type="text" maxlength="20" tabindex="1"/>
|
||||
<input name="passwd" placeholder="${_('password')}" type="password" tabindex="1"/>
|
||||
|
||||
<div class="status"></div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user