Fix the password input box placeholder hint error

This commit is contained in:
肖栋梁
2020-11-19 11:04:37 +08:00
committed by GitHub
parent 81e1292346
commit 3aa742fa42

View File

@@ -20,7 +20,7 @@
<label class="control-label col-md-4"> {{'PASSWORD' | translate}}: </label>
<div class="col-md-5">
<input type="password" name="password" id="password"
value="" placeholder="{{'USER_NAME' | translate}}"
value="" placeholder="{{'PASSWORD' | translate}}"
class="form-control" />
</div>
</div>