diff --git a/app/views/shared/_procedure_description.html.haml b/app/views/shared/_procedure_description.html.haml index 82a0c2ba9..2b6bd2593 100644 --- a/app/views/shared/_procedure_description.html.haml +++ b/app/views/shared/_procedure_description.html.haml @@ -8,7 +8,7 @@ - if procedure.persisted? && procedure.estimated_duration_visible? %p %small - %span.fr-icon-timer-line + %span.fr-icon-timer-line{ "aria-hidden" => "true" } = t('shared.procedure_description.estimated_fill_duration', estimated_minutes: estimated_fill_duration_minutes(procedure)) - if procedure.auto_archive_on