diff --git a/components/Tag/templates/actor_tag_feed.html.twig b/components/Tag/templates/actor_tag_feed.html.twig index 599f339f09..9e60e1af34 100644 --- a/components/Tag/templates/actor_tag_feed.html.twig +++ b/components/Tag/templates/actor_tag_feed.html.twig @@ -8,10 +8,10 @@ {% block body %} {% if tag_name is defined and tag_name is not null %} {% if tag_name is instanceof('string') %} -

{% trans %}Notes with tag: %tag_name%{% endtrans %}

+

{% trans %}Actors with tag: %tag_name%{% endtrans %}

{% else %} {% set tags = tag_name|join(',') %} {# TODO Not ideal, hard to translate #} -

{% trans %}Notes with tags: %tags%{% endtrans %}

+

{% trans %}Actors with tags: %tags%{% endtrans %}

{% endif %} {% endif %}