diff --git a/templates/pages/section.html.twig b/templates/pages/section.html.twig
index 24b6e52c8..5e7df575f 100644
--- a/templates/pages/section.html.twig
+++ b/templates/pages/section.html.twig
@@ -61,7 +61,7 @@
 
                     {{ fields.hiddenField('plugin_formcreator_forms_id', item.fields['plugin_formcreator_forms_id'], '', { 'include_field': false }) }}
 
-                    {{ fields.smallTitle(__('Condition to show the question', 'formcreator')) }}
+                    {{ fields.smallTitle(__('Condition to show the section', 'formcreator')) }}
 
                     {{ fields.dropdownArrayField('show_rule', item.fields['show_rule'], item.getEnumShowrule(), '', { 'no_label': true, 'on_change': 'plugin_formcreator_toggleCondition(this);' }) }}
                     {% set parent = item %}