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