Skip to content

Commit

Permalink
fix(section): label for conditions in designer
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Oct 15, 2022
1 parent bb31fd1 commit 01e5703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/pages/section.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit 01e5703

Please sign in to comment.