From 0230d948bc6c9ff854afff151a5ff2e067b4e827 Mon Sep 17 00:00:00 2001 From: Colin Darie Date: Thu, 28 Nov 2024 15:50:37 +0100 Subject: [PATCH] =?UTF-8?q?fix(typo):=20s=C3=A9letionner=20=3D>=20s=C3=A9l?= =?UTF-8?q?ectionner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../export_dropdown_component.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/dossiers/export_dropdown_component/export_dropdown_component.html.haml b/app/components/dossiers/export_dropdown_component/export_dropdown_component.html.haml index 46b89fab0..4c82dd15e 100644 --- a/app/components/dossiers/export_dropdown_component/export_dropdown_component.html.haml +++ b/app/components/dossiers/export_dropdown_component/export_dropdown_component.html.haml @@ -17,7 +17,7 @@ = form_with url: download_export_path, namespace: "export#{@count}", data: { turbo_method: :post, turbo: true } do |f| = f.hidden_field :statut, value: @statut %fieldset.fr-fieldset#radio-hint{ "aria-labelledby": "radio-hint-legend" } - %legend.fr-fieldset__legend--regular.fr-fieldset__legend#radio-hint-legend Séletionner le format de l'export + %legend.fr-fieldset__legend--regular.fr-fieldset__legend#radio-hint-legend Sélectionner le format de l'export .fr-fieldset__element .fr-radio-group = f.radio_button :export_format, 'xlsx'