From 4657a1d6a588b1a1ea9bdb25ce84e144c434bb11 Mon Sep 17 00:00:00 2001 From: Eliseu Amaro Date: Tue, 7 Dec 2021 15:35:27 +0000 Subject: [PATCH] [COMPONENTS][Tag] Fix actor tag template [PLUGINS][RelatedTags] Fix actor tag template --- components/Tag/templates/actor_tag_feed.html.twig | 2 +- plugins/RelatedTags/templates/related_tags/actor_tags.html.twig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Tag/templates/actor_tag_feed.html.twig b/components/Tag/templates/actor_tag_feed.html.twig index 0b888ce821..b7c06eebfd 100644 --- a/components/Tag/templates/actor_tag_feed.html.twig +++ b/components/Tag/templates/actor_tag_feed.html.twig @@ -6,7 +6,7 @@ {% endblock stylesheets %} {% block body %} -

{{ 'Notes containing tag:' | trans }} {{ tag_name }}

+

{{ 'Actors containing tag:' | trans }} {{ tag_name }}

{% for pinned in handle_event('AddPinnedFeedContent', app.request) %} {% include pinned['template'] with { 'actor_tags': pinned['vars']} only %} diff --git a/plugins/RelatedTags/templates/related_tags/actor_tags.html.twig b/plugins/RelatedTags/templates/related_tags/actor_tags.html.twig index a04b6482db..a02e1c2ca9 100644 --- a/plugins/RelatedTags/templates/related_tags/actor_tags.html.twig +++ b/plugins/RelatedTags/templates/related_tags/actor_tags.html.twig @@ -1,4 +1,4 @@ -{% if note_tags is not empty %} +{% if actor_tags is not empty %}

Related tags:

{% for at in actor_tags %}