mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
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:
parent
c5a967a1a2
commit
c381271601
@ -25,9 +25,11 @@ _description = [
|
|||||||
'any user</a> belonging to the feed-reader group.'),
|
'any user</a> belonging to the feed-reader group.'),
|
||||||
users_url=reverse_lazy('users:index')),
|
users_url=reverse_lazy('users:index')),
|
||||||
format_lazy(
|
format_lazy(
|
||||||
_('You can use RSS-Bridge with <a href="{ttrss_url}">Tiny Tiny '
|
_('You can use RSS-Bridge with <a href="{miniflux_url}">Miniflux</a> '
|
||||||
'RSS</a> to follow various websites. When adding a feed, enable '
|
'or <a href="{ttrss_url}">Tiny Tiny RSS</a> to follow various '
|
||||||
'authentication and use your {box_name} credentials.'),
|
'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)),
|
ttrss_url=reverse_lazy('ttrss:index'), box_name=_(cfg.box_name)),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user