diff --git a/components/Collection/templates/collection/notes.html.twig b/components/Collection/templates/collection/notes.html.twig index 09c8fdc1b7..f979db1200 100644 --- a/components/Collection/templates/collection/notes.html.twig +++ b/components/Collection/templates/collection/notes.html.twig @@ -19,11 +19,13 @@ {% if page_title is defined %} {% if current_path starts with 'feed_' %}

{{ page_title | trans }}

- {% else %} - {{ page_title | trans }} {% endif %} {% else %} - {{ 'Notes' | trans }} + {% if current_path starts with 'search' %} +

{{ 'Notes found' | trans }}

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