From 6b1ecde852a3490888a5d849b900cda80a62a4bf Mon Sep 17 00:00:00 2001 From: Lisa Durand Date: Tue, 4 Apr 2023 16:04:00 +0200 Subject: [PATCH] add role status --- .../batch_select_more_component.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/dossiers/batch_select_more_component/batch_select_more_component.html.haml b/app/components/dossiers/batch_select_more_component/batch_select_more_component.html.haml index 809370e4c..5b049f3b1 100644 --- a/app/components/dossiers/batch_select_more_component/batch_select_more_component.html.haml +++ b/app/components/dossiers/batch_select_more_component/batch_select_more_component.html.haml @@ -1,13 +1,13 @@ %tr#js_batch_select_more.fr-background-alt--blue-france.hidden %td.fr-py-2w.text-center{ colspan: 100 } #not_selected - %p + %p{ role: "status" } = t('.pagination_files_selected_html') %button.fr-btn.fr-btn--sm.fr-btn--tertiary-no-outline{ data: not_selected_button_data } = not_selected_text #selected.hidden - %p + %p{ role: "status" } = selected_text %button.fr-btn.fr-btn--sm.fr-btn--tertiary-no-outline{ data: selected_button_data } = t(".delete_selection")