[COMPONENTS][Feed] Remove 'feed' from header

When not logged in, the word would be repeated
This commit is contained in:
2021-12-25 17:47:12 +00:00
parent 7891461d36
commit ab640b110b

View File

@@ -11,7 +11,7 @@
{% block body %}
<header class="feed-header">
{% if page_title is defined %}
<h1>{{ page_title | trans }} {{ 'feed' | trans }}</h1>
<h1>{{ page_title | trans }}</h1>
{% endif %}
<nav class="feed-actions" role=navigation>
{% for block in handle_event('AddFeedActions', app.request) %}