Translate details in fields label

This commit is contained in:
Bat 2018-09-11 19:33:16 +01:00
parent d50f989977
commit efb71bc40c
1 changed files with 1 additions and 1 deletions

View File

@ -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] %}