remove redundant translation key (#2394)

This commit is contained in:
Kevin Papst
2021-03-03 13:19:06 +01:00
committed by GitHub
parent 765ea63aed
commit d3099aca39
17 changed files with 1 additions and 65 deletions

View File

@@ -1,7 +1,7 @@
{% extends 'base.html.twig' %}
{% import "reporting/actions.html.twig" as actions %}
{% block page_title %}{{ 'reporting.title'|trans({}, 'reporting') }}{% endblock %}
{% block page_title %}{{ 'menu.reporting'|trans }}{% endblock %}
{% block page_subtitle %}{% block report_title %}{% endblock %}{% endblock %}
{% block page_actions %}{{ actions.reporting() }}{% endblock %}