rssbridge: Mention miniflux in app description similar to tt-rss

Tests:

- App description appears as expected. Links work.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
Sunil Mohan Adapa 2024-11-03 10:07:49 -08:00 committed by Veiko Aasa
parent c5a967a1a2
commit c381271601
No known key found for this signature in database
GPG Key ID: 478539CAE680674E

View File

@ -25,9 +25,11 @@ _description = [
'any user</a> belonging to the feed-reader group.'),
users_url=reverse_lazy('users:index')),
format_lazy(
_('You can use RSS-Bridge with <a href="{ttrss_url}">Tiny Tiny '
'RSS</a> to follow various websites. When adding a feed, enable '
'authentication and use your {box_name} credentials.'),
_('You can use RSS-Bridge with <a href="{miniflux_url}">Miniflux</a> '
'or <a href="{ttrss_url}">Tiny Tiny RSS</a> 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)),
]