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)