diff --git a/templates/default/torrent/list.html.twig b/templates/default/torrent/list.html.twig
index 10187cb..93e27d1 100644
--- a/templates/default/torrent/list.html.twig
+++ b/templates/default/torrent/list.html.twig
@@ -58,7 +58,8 @@
{% if torrent.scrape.leechers > 0 and torrent.scrape.seeders == 0 %}
+ title="{{ 'Active leechers waiting for seeders' | trans }}"
+ rel="nofollow">
{{ 'wanted' | trans }}
{% endif %}