From 10fb0cae749cb45f593b239dabcdac5678b8b014 Mon Sep 17 00:00:00 2001 From: Benedek Nagy Date: Tue, 10 May 2022 20:34:50 +0000 Subject: [PATCH] tt-rss: Fix description about user access Reviewed-by: Sunil Mohan Adapa --- plinth/modules/ttrss/__init__.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/plinth/modules/ttrss/__init__.py b/plinth/modules/ttrss/__init__.py index be2926be4..faf970de5 100644 --- a/plinth/modules/ttrss/__init__.py +++ b/plinth/modules/ttrss/__init__.py @@ -24,9 +24,10 @@ _description = [ 'designed to allow reading news from any location, while feeling as ' 'close to a real desktop application as possible.'), format_lazy( - _('When enabled, Tiny Tiny RSS can be accessed by any ' - 'user with a {box_name} login.'), - box_name=_(cfg.box_name), users_url=reverse_lazy('users:index')), + _('When enabled, Tiny Tiny RSS can be accessed by ' + 'any user belonging to the ' + 'feed-reader group.'), box_name=_(cfg.box_name), + users_url=reverse_lazy('users:index')), format_lazy( _('When using a mobile or desktop application for Tiny Tiny RSS, use ' 'the URL /tt-rss-app for connecting.'))