diff --git a/app/views/users/passwords/reset_link_sent.html.haml b/app/views/users/passwords/reset_link_sent.html.haml index 200631a1f..09460a963 100644 --- a/app/views/users/passwords/reset_link_sent.html.haml +++ b/app/views/users/passwords/reset_link_sent.html.haml @@ -4,7 +4,7 @@ = render partial: 'root/footer' #link-sent.container - = image_tag('user/confirmation-email.svg', "aria-hidden": true) + = image_tag('user/confirmation-email.svg', alt: "") %h1 = t('views.users.passwords.reset_link_sent.got_it') %br