From 79cdcbdb1b90c3453b11268f30a393b527c086ff Mon Sep 17 00:00:00 2001 From: Benedek Nagy Date: Sat, 8 Jan 2022 21:21:49 +0000 Subject: [PATCH] i2p: Fix grammar in description Reviewed-by: Sunil Mohan Adapa --- plinth/modules/i2p/views.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plinth/modules/i2p/views.py b/plinth/modules/i2p/views.py index d3c230035..c09806ed7 100644 --- a/plinth/modules/i2p/views.py +++ b/plinth/modules/i2p/views.py @@ -14,8 +14,8 @@ class I2PAppView(AppView): template_name = 'i2p.html' proxies_description = [ _('I2P lets you browse the Internet and hidden services (eepsites) ' - 'anonymously. For this, your browser, preferably a Tor Browser, ' - 'needs to be configured for a proxy.'), + 'anonymously. For this, your browser, preferably the Tor Browser, ' + 'needs to be configured with a proxy.'), _('By default HTTP, HTTPS and IRC proxies are available. Additional ' 'proxies and tunnels may be configured using the tunnel ' 'configuration interface.'),