From e6d761b915a951b4b808dab9c3b120109e1c1d94 Mon Sep 17 00:00:00 2001 From: Colin Darie Date: Fri, 14 Jun 2024 10:36:55 +0200 Subject: [PATCH] fix(dossier): see_more errors missing translation --- .../expandable_error_list/expandable_error_list.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/expandable_error_list/expandable_error_list.html.haml b/app/components/expandable_error_list/expandable_error_list.html.haml index 1ab5221e5..b9c958b31 100644 --- a/app/components/expandable_error_list/expandable_error_list.html.haml +++ b/app/components/expandable_error_list/expandable_error_list.html.haml @@ -6,7 +6,7 @@ = error_descriptor.error_message - if tail.size > 0 - %button.fr-mt-0.fr-btn.fr-btn--sm.fr-btn--tertiary-no-outline{ type: "button", "aria-controls": 'tail-errors', "aria-expanded": "false", class: "" }= t('see_more') + %button.fr-mt-0.fr-btn.fr-btn--sm.fr-btn--tertiary-no-outline{ type: "button", "aria-controls": 'tail-errors', "aria-expanded": "false", class: "" }= t('.see_more') %ul#tail-errors.fr-collapse.fr-mt-0 - tail.each do |error_descriptor| %li