From 6e09af6fbe993d9413f68374a6c89bcaf163b806 Mon Sep 17 00:00:00 2001 From: Jessica Lawshe Date: Thu, 11 Jul 2019 11:45:28 -0500 Subject: [PATCH] Merge pull request #1971 from overleaf/jel-settings-add-aria-label Update label to match input ID GitOrigin-RevId: 849c9d49d861cf3b5645496b5e4eed1dc6d7392a --- services/web/app/views/user/settings.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/web/app/views/user/settings.pug b/services/web/app/views/user/settings.pug index 86e866d073..f9a2a9f09e 100644 --- a/services/web/app/views/user/settings.pug +++ b/services/web/app/views/user/settings.pug @@ -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='*********',