From c38127160103ce20fcb72425d693568d922da535 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Sun, 3 Nov 2024 10:07:49 -0800 Subject: [PATCH] rssbridge: Mention miniflux in app description similar to tt-rss Tests: - App description appears as expected. Links work. Signed-off-by: Sunil Mohan Adapa Reviewed-by: Veiko Aasa --- plinth/modules/rssbridge/__init__.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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)), ]