renamed a label
This commit is contained in:
parent
ab7ac074ba
commit
2b34a89068
|
@ -7,7 +7,7 @@
|
|||
<input type="text" name="nick" id="nick" value="<?= $editUser->getNick() ?>" required>
|
||||
<br>
|
||||
|
||||
<label for="password">Password (leave empty to keep the current one)</label>
|
||||
<label for="new_password">Password (leave empty to keep the current one)</label>
|
||||
<input type="password" name="new_password" id="new_password">
|
||||
<br>
|
||||
|
||||
|
|
Loading…
Reference in New Issue