From ee108353594250b03c8ebb9e75104ce4b5a858be Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Fri, 29 May 2020 11:28:10 -0400 Subject: [PATCH] radicale: Fix link in description to clients Closes: #1863. Tested: - Click on link and it loads valid page. Signed-off-by: James Valleroy Reviewed-by: Sunil Mohan Adapa --- plinth/modules/radicale/__init__.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/plinth/modules/radicale/__init__.py b/plinth/modules/radicale/__init__.py index 9dd6152e6..37de29ab7 100644 --- a/plinth/modules/radicale/__init__.py +++ b/plinth/modules/radicale/__init__.py @@ -32,9 +32,10 @@ _description = [ format_lazy( _('Radicale is a CalDAV and CardDAV server. It allows synchronization ' 'and sharing of scheduling and contact data. To use Radicale, a ' - 'supported client ' - 'application is needed. Radicale can be accessed by any user ' - 'with a {box_name} login.'), box_name=_(cfg.box_name)), + 'supported client application is needed. Radicale can ' + 'be accessed by any user with a {box_name} login.'), + box_name=_(cfg.box_name)), _('Radicale provides a basic web interface, which only supports creating ' 'new calendars and addressbooks. It does not support adding events or ' 'contacts, which must be done using a separate client.'),