File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 58
58
{% if show_label -%}
59
59
<span {% if label_attr %}{% with { attr : label_attr } %}{{ block (' attributes' ) }}{% endwith %}{% endif %}>
60
60
{%- if translation_domain is same as (false ) -%}
61
- {%- if html_label is not defined or html_label is same as (false ) -%}
61
+ {%- if label_html is not defined or label_html is same as (false ) -%}
62
62
{{- label -}}
63
63
{%- else -%}
64
64
{{- label | raw -}}
65
65
{%- endif -%}
66
66
{%- else -%}
67
- {%- if html_label is not defined or html_label is same as (false ) -%}
67
+ {%- if label_html is not defined or label_html is same as (false ) -%}
68
68
{{- label | trans(label_translation_parameters , translation_domain ) -}}
69
69
{%- else -%}
70
70
{{- label | trans(label_translation_parameters , translation_domain )| raw -}}
You can’t perform that action at this time.
0 commit comments