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'), ] )