diff --git a/html/translate.html b/html/translate.html index 8c3a640bd..4fbc09145 100644 --- a/html/translate.html +++ b/html/translate.html @@ -7,7 +7,7 @@

{% trans "Translate" %}

-

{% blocktrans %}Showing string {{ unit.position }} out of {{ total }}.{% endblocktrans %}

+

{% blocktrans with unit.position as position %}Showing string {{ position }} out of {{ total }}.{% endblocktrans %}

{% endblock %}