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