From 3d211d26eb06428bc1cd11d82592af81ac387eed Mon Sep 17 00:00:00 2001 From: LoveIsGrief Date: Mon, 4 Mar 2019 10:50:11 +0100 Subject: [PATCH] i2p: torrents: Link to the list of trackers There are already a few listed, so no need to rewrite the list freedombox-team/plinth#1428 Request: I2P support Reviewed-by: Sunil Mohan Adapa --- plinth/modules/i2p/templates/i2p_frame.html | 2 +- plinth/modules/i2p/views.py | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/plinth/modules/i2p/templates/i2p_frame.html b/plinth/modules/i2p/templates/i2p_frame.html index 8c3c4a6d0..77a556e8b 100644 --- a/plinth/modules/i2p/templates/i2p_frame.html +++ b/plinth/modules/i2p/templates/i2p_frame.html @@ -21,7 +21,7 @@ {% endfor %} - + {% endblock %} diff --git a/plinth/modules/i2p/views.py b/plinth/modules/i2p/views.py index b818c6970..0eb5ec316 100644 --- a/plinth/modules/i2p/views.py +++ b/plinth/modules/i2p/views.py @@ -88,7 +88,8 @@ i2p_frame_tunnels = _create_i2p_frame_view( ) i2p_frame_torrent = _create_i2p_frame_view( "Anonymous torrents", "i2psnark", [ - _('Track the progress of your anonymous torrent downlaods here.'), - _('You can find torrents on the Postman Tracker'), + _('Track the progress of your anonymous torrent downloads here.'), + _('You can find a list of trackers on the ' + 'Configuration page'), ] )