Skip to content

Commit

Permalink
fix(question): wrong small title
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Mar 17, 2022
1 parent 093c355 commit e13bb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/pages/question.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
{% endblock %}
{% endif %}

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

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

0 comments on commit e13bb3e

Please sign in to comment.