From fc6051a4b9b9517b288c5c03e09771b07109fd17 Mon Sep 17 00:00:00 2001 From: Colin Darie Date: Wed, 22 Feb 2023 10:11:26 +0100 Subject: [PATCH] fix(a11y/upload): role=status on progress antivirus & watermark Cf #8555 --- .../attachment/progress_component/progress_component.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/attachment/progress_component/progress_component.html.haml b/app/components/attachment/progress_component/progress_component.html.haml index cf6232821..3bb657619 100644 --- a/app/components/attachment/progress_component/progress_component.html.haml +++ b/app/components/attachment/progress_component/progress_component.html.haml @@ -1,2 +1,2 @@ -%p.fr-badge.fr-badge--info.fr-badge--sm.fr-badge--no-icon +%p.fr-badge.fr-badge--info.fr-badge--sm.fr-badge--no-icon{ role: 'status' } = progress_label