mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Fix typo breaking repeat password placeholder
This commit is contained in:
parent
e8f28b25b2
commit
efc0371c60
@ -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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user