fix a11y label

This commit is contained in:
Luce Carević 2019-07-13 00:07:50 +02:00 committed by GitHub
parent c03c90a13e
commit 6177da0c30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -11,10 +11,10 @@
<h2 class="window-title">{"Change password"|t}</h2>
<form method="POST" action="#" name="changepasswordform" id="changepasswordform">
<div>
<input type="password" name="oldpassword" placeholder="{'Current password'|t}" class="autofocus">
<input type="password" name="oldpassword" aria-label="{'Current password'|t}" placeholder="{'Current password'|t}" class="autofocus">
</div>
<div>
<input type="password" name="setpassword" placeholder="{'New password'|t}">
<input type="password" name="setpassword" aria-label="{'New password'|t}" placeholder="{'New password'|t}">
</div>
<input type="hidden" name="token" value="{$token}">
<div>