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

When not logged in, the word would be repeated
This commit is contained in:
Eliseu Amaro 2021-12-25 17:47:12 +00:00
parent 7891461d36
commit ab640b110b
Signed by: eliseuamaro
GPG Key ID: 96DA09D4B97BC2D5
1 changed files with 1 additions and 1 deletions

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) %}