Fix help translation

This commit is contained in:
Flavio Copes
2015-08-18 22:07:54 +02:00
parent 1efd31df5c
commit 8cba4cd03a

View File

@@ -20,7 +20,7 @@
<label class="{{ field.toggleable ? 'toggleable' : '' }}">
{% block label %}
{% if field.help %}
<span class="hint--bottom" data-hint="{{ field.help|e }}">{{ field.label|tu }}</span>
<span class="hint--bottom" data-hint="{{ field.help|e|tu }}">{{ field.label|tu }}</span>
{% else %}
{{ field.label|tu }}
{% endif %}