From 13cbbe9138db26192758d014d9588a712d60c9e5 Mon Sep 17 00:00:00 2001 From: Martin Date: Mon, 13 Feb 2023 11:43:44 +0100 Subject: [PATCH] typo(fix): text+e --- .../champ_component/champ_component.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/types_de_champ_editor/champ_component/champ_component.html.haml b/app/components/types_de_champ_editor/champ_component/champ_component.html.haml index 5a8d36080..d9e1260aa 100644 --- a/app/components/types_de_champ_editor/champ_component/champ_component.html.haml +++ b/app/components/types_de_champ_editor/champ_component/champ_component.html.haml @@ -79,7 +79,7 @@ = form.check_box :collapsible_explanation_enabled, class: "small-margin small", id: dom_id(type_de_champ, :collapsible_explanation_enabled) - if form.object.collapsible_explanation_enabled? = form.label :collapsible_explanation_text, for: dom_id(type_de_champ, :collapsible_explanation_text) do - = "Text à afficher quand l'utiliser a choisi de l'afficher" + = "Texte à afficher quand l'utiliser a choisi de l'afficher" = form.text_area :collapsible_explanation_text, class: "small-margin small", id: dom_id(type_de_champ, :collapsible_explanation_text)