@@ -83,7 +83,7 @@ file that was distributed with this source code.
<div class="box-header">
<h4 class="box-title">
{% block show_title %}
- {{ admin.trans(show_group.name, {}, show_group.translation_domain) }}
+ {{ show_group.name|trans({}, show_group.translation_domain) }}
{% endblock %}
</h4>
</div>