minor #15132 Very small typo fix (WouterJ)

This PR was merged into the 2.6 branch.

Discussion
----------

Very small typo fix

| Q | A
| --- | ---
| License | MIT
| Fixed tickets | -

Commits
-------

04deaed Very small typo fix
This commit is contained in:
Fabien Potencier 2015-06-28 19:05:51 +02:00
commit 26af381433
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@
{%- endblock radio_label %}
{% block checkbox_radio_label %}
{# Do no display the label if widget is not defined in order to prevent double label rendering #}
{# Do not display the label if widget is not defined in order to prevent double label rendering #}
{% if widget is defined %}
{% if required %}
{% set label_attr = label_attr|merge({class: (label_attr.class|default('') ~ ' required')|trim}) %}