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