diff --git a/components/Language/templates/language/sort.html.twig b/components/Language/templates/language/sort.html.twig index a757940827..1d71163f80 100644 --- a/components/Language/templates/language/sort.html.twig +++ b/components/Language/templates/language/sort.html.twig @@ -1,7 +1,7 @@ {% extends 'base.html.twig' %} {% block body %} -
+

{{ 'Put the languages in the order you\'d like to see them in your language selection dropdown, when posting' | trans}}

{{ form(form) }}
diff --git a/components/Tag/templates/note_tag_feed.html.twig b/components/Tag/templates/note_tag_feed.html.twig index 06040e62a4..c87ec44b42 100644 --- a/components/Tag/templates/note_tag_feed.html.twig +++ b/components/Tag/templates/note_tag_feed.html.twig @@ -26,7 +26,7 @@ {% endblock current_note %} {% endfor %} -
+
{{ "Page " ~ page }}
{% endblock %} diff --git a/plugins/Directory/templates/directory/actors.html.twig b/plugins/Directory/templates/directory/actors.html.twig index 1d5eb10774..be702ae2ec 100644 --- a/plugins/Directory/templates/directory/actors.html.twig +++ b/plugins/Directory/templates/directory/actors.html.twig @@ -3,13 +3,14 @@ {% block title %}Actors{% endblock %} {% block body %} -
+

{{ "Actors" | trans }}

-
+
{% if actors is defined and actors is not empty %} {% for actor in actors %} {% block profile_view %}{% include 'cards/profile/view.html.twig' %}{% endblock profile_view %} +
{% endfor %} {% else %}

{% trans %}No actors here.{% endtrans %}