Skip to content

Commit fb6800c

Browse files
committed
fix(section): untranslated sring
1 parent 1472b27 commit fb6800c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/pages/section.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
{{ fields.hiddenField('plugin_formcreator_forms_id', item.fields['plugin_formcreator_forms_id'], '', { 'include_field': false }) }}
6363

64-
{{ fields.smallTitle('Condition to show the section') }}
64+
{{ fields.smallTitle(__('Condition to show the question', 'formcreator')) }}
6565

6666
{{ fields.dropdownArrayField('show_rule', item.fields['show_rule'], item.getEnumShowrule(), '', { 'no_label': true, 'on_change': 'plugin_formcreator_toggleCondition(this);' }) }}
6767
{% set parent = item %}

0 commit comments

Comments
 (0)