mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-02 14:41:42 +00:00
Merge pull request #1971 from overleaf/jel-settings-add-aria-label
Update label to match input ID GitOrigin-RevId: 849c9d49d861cf3b5645496b5e4eed1dc6d7392a
This commit is contained in:
parent
e3c6f0f74a
commit
6e09af6fbe
1 changed files with 2 additions and 2 deletions
|
@ -123,9 +123,9 @@ block content
|
|||
span.small.text-danger(ng-show="changePasswordForm.currentPassword.$invalid && changePasswordForm.currentPassword.$dirty" aria-live="polite")
|
||||
| #{translate("required")}
|
||||
.form-group
|
||||
label(for='newPassword1') #{translate("new_password")}
|
||||
label(for='passwordField') #{translate("new_password")}
|
||||
input.form-control(
|
||||
id='newPassword1',
|
||||
id='passwordField',
|
||||
type='password',
|
||||
name='newPassword1',
|
||||
placeholder='*********',
|
||||
|
|
Loading…
Reference in a new issue