From 07b4d59426270b13b907b46dc5b4d3c45d29ea30 Mon Sep 17 00:00:00 2001 From: Corinne Durrmeyer Date: Thu, 25 Jul 2024 17:12:58 +0200 Subject: [PATCH] Add forgetten alt attribute --- app/views/users/passwords/reset_link_sent.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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