Skip to content

Commit e13bb3e

Browse files
committed
fix(question): wrong small title
1 parent 093c355 commit e13bb3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/pages/question.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
{% endblock %}
101101
{% endif %}
102102

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

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

0 commit comments

Comments
 (0)