diff --git a/components/Collection/templates/collection/notes.html.twig b/components/Collection/templates/collection/notes.html.twig index bd1e1a7473..c08e98ac5a 100644 --- a/components/Collection/templates/collection/notes.html.twig +++ b/components/Collection/templates/collection/notes.html.twig @@ -24,7 +24,7 @@ {% if current_path starts with 'search' %}

{{ 'Notes found' | trans }}

{% else %} - {{ 'Notes' | trans }} +

{{ 'Notes' | trans }}

{% endif %} {% endif %}