diff --git a/TODO.md b/TODO.md
index f814521e0..cf4b97590 100644
--- a/TODO.md
+++ b/TODO.md
@@ -7,7 +7,7 @@
+ local interfaces
+ 0.0.0.0 (with warning)
- [ ] add TorBrowser with I2P addon in clients
- - [ ] add wiki in description
+ - [x] add homepage in description
- [ ] add more pages to the favorites at setup to router.config
- Torrent tracker: http://tracker2.postman.i2p
- Searx instance: http://ransack.i2p
diff --git a/plinth/modules/i2p/__init__.py b/plinth/modules/i2p/__init__.py
index 6b1d2a8e0..77e11b464 100644
--- a/plinth/modules/i2p/__init__.py
+++ b/plinth/modules/i2p/__init__.py
@@ -41,10 +41,12 @@ short_description = _('Anonymity Network')
description = [
_('I2P is an anonymous overlay network - a network within a network. '
'It is intended to protect communication from dragnet surveillance '
- 'and monitoring by third parties such as ISPs. '),
+ 'and monitoring by third parties such as ISPs.'),
_('When enabled, I2P\'s web interface will be available from '
'/i2p.'),
- _('The first visit will initiate the configuration process, which can also be skippped')
+ _('The first visit will initiate the configuration process, which can also be skippped'),
+ _('You can find more information about I2P one can peruse their '
+ 'homepage.')
]
clients = clients