Fix typo breaking repeat password placeholder

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

View File

@ -74,7 +74,7 @@
<tr> <tr>
<td> <td>
<span class="field_icons password"></span> <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> </td>
</tr> </tr>
<!-- END change_password --> <!-- END change_password -->