diff --git a/plinth/modules/rssbridge/__init__.py b/plinth/modules/rssbridge/__init__.py
index 6a4e6aba1..69886794e 100644
--- a/plinth/modules/rssbridge/__init__.py
+++ b/plinth/modules/rssbridge/__init__.py
@@ -25,9 +25,11 @@ _description = [
'any user belonging to the feed-reader group.'),
users_url=reverse_lazy('users:index')),
format_lazy(
- _('You can use RSS-Bridge with Tiny Tiny '
- 'RSS to follow various websites. When adding a feed, enable '
- 'authentication and use your {box_name} credentials.'),
+ _('You can use RSS-Bridge with Miniflux '
+ 'or Tiny Tiny RSS to follow various '
+ 'websites. When adding a feed, enable authentication and use your '
+ '{box_name} credentials.'),
+ miniflux_url=reverse_lazy('miniflux:index'),
ttrss_url=reverse_lazy('ttrss:index'), box_name=_(cfg.box_name)),
]