Fix typo breaking repeat password placeholder

This commit is contained in:
nathangray 2018-05-14 16:04:33 -06:00
parent d91ff0c346
commit f6f1c2fec7

View File

@ -74,7 +74,7 @@
<tr>
<td>
<span class="field_icons password"></span>
<input name="new_passwd2" tabindex="7" type="password" plcaseholder="{lang_repeat_password}" size="30" />
<input name="new_passwd2" tabindex="7" type="password" placeholder="{lang_repeat_password}" size="30" />
</td>
</tr>
<!-- END change_password -->