From 6536e86b1581b7649d77420b8d82eb18e34eb08a Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Sun, 10 Feb 2019 18:13:42 -0500 Subject: [PATCH] radicale: Fix server URLs in client info Signed-off-by: James Valleroy Reviewed-by: Sunil Mohan Adapa --- plinth/modules/radicale/manifest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plinth/modules/radicale/manifest.py b/plinth/modules/radicale/manifest.py index 1ca7ed7c4..e32e26dc6 100644 --- a/plinth/modules/radicale/manifest.py +++ b/plinth/modules/radicale/manifest.py @@ -25,7 +25,7 @@ clients = validate([{ _('DAVx5'), 'usage': _('Enter the URL of the Radicale server (e.g. ' - 'http://localhost:5232) and your user name. DAVx5 will ' + 'https://) and your user name. DAVx5 will ' 'show all existing calendars and address books and you can ' 'create new.'), 'platforms': [{ @@ -77,7 +77,7 @@ clients = validate([{ 'usage': _('In Evolution add a new calendar and address book ' 'respectively with WebDAV. Enter the URL of the Radicale ' - 'server (e.g. http://localhost:5232) and your user name. ' + 'server (e.g. https://) and your user name. ' 'Clicking on the search button will list the existing ' 'calendars and address books.'), 'platforms': [{