Translate details in fields label
This commit is contained in:
parent
d50f989977
commit
efb71bc40c
@ -30,7 +30,7 @@
|
|||||||
{% if optional %}
|
{% if optional %}
|
||||||
<small>{{ "Optional" | _ }}</small>
|
<small>{{ "Optional" | _ }}</small>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<small>{{ details }}</small>
|
<small>{{ details | _ }}</small>
|
||||||
</label>
|
</label>
|
||||||
{% if errors is defined and errors[name] %}
|
{% if errors is defined and errors[name] %}
|
||||||
{% for err in errors[name] %}
|
{% for err in errors[name] %}
|
||||||
|
Loading…
Reference in New Issue
Block a user