From a8b08bed06a8b9765020e8fa8a4625ed509e968d Mon Sep 17 00:00:00 2001 From: ghost Date: Sun, 8 Oct 2023 16:28:18 +0300 Subject: [PATCH] update title tag --- templates/default/torrent/edit/locales.html.twig | 2 +- templates/default/torrent/edit/sensitive.html.twig | 2 +- templates/default/torrent/info.html.twig | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/default/torrent/edit/locales.html.twig b/templates/default/torrent/edit/locales.html.twig index 0589daa..0228faf 100644 --- a/templates/default/torrent/edit/locales.html.twig +++ b/templates/default/torrent/edit/locales.html.twig @@ -1,5 +1,5 @@ {% extends 'default/layout.html.twig' %} -{% block title %}{{'Torrent'|trans }} #{{ torrentId }} - {{'Edit locales'|trans }} - {{ name }}{% endblock %} +{% block title %}{{'Edit locales'|trans }} - {{'Torrent'|trans }} #{{ torrentId }} - {{ name }}{% endblock %} {% block main_content %}
diff --git a/templates/default/torrent/edit/sensitive.html.twig b/templates/default/torrent/edit/sensitive.html.twig index cf942db..226f9c3 100644 --- a/templates/default/torrent/edit/sensitive.html.twig +++ b/templates/default/torrent/edit/sensitive.html.twig @@ -1,5 +1,5 @@ {% extends 'default/layout.html.twig' %} -{% block title %}{{'Torrent'|trans }} #{{ torrentId }} - {{'Edit sensitive status'|trans }} - {{ name }}{% endblock %} +{% block title %}{{'Edit sensitive'|trans }} - {{'Torrent'|trans }} #{{ torrentId }} - {{ name }}{% endblock %} {% block main_content %}
diff --git a/templates/default/torrent/info.html.twig b/templates/default/torrent/info.html.twig index ed66fd0..119be69 100644 --- a/templates/default/torrent/info.html.twig +++ b/templates/default/torrent/info.html.twig @@ -20,7 +20,7 @@ {% endmacro %} {% from _self import recursive_file_tree %} {% extends 'default/layout.html.twig' %} -{% block title %}{{ 'Torrent' | trans }} #{{ torrent.id }} - {{ 'Info' | trans }} - {{ name }}{% endblock %} +{% block title %}{{ 'Torrent' | trans }} #{{ torrent.id }} - {{ name }}{% endblock %} {% block main_content %}