diff --git a/Resources/views/Search/results.html.twig b/Resources/views/Search/results.html.twig index acb887a46..94f0cd0cf 100644 --- a/Resources/views/Search/results.html.twig +++ b/Resources/views/Search/results.html.twig @@ -25,6 +25,7 @@ {{ 'Person'|trans }} {{ 'Date'|trans }} {{ 'Report type'|trans }} + {{ 'Scope'|trans }}     @@ -35,7 +36,7 @@ {{ report.person }} {% if report.date %}{{ report.date|localizeddate('long', 'none') }}{% endif %} {{ report.cFGroup.getName|localize_translatable_string }} - + {{ report.scope.name|localize_translatable_string }} {{ 'View the report' | trans }} {{ 'Update the report' | trans }}