From c3ae35c4b073ee03606ef082390f2f447b8e7158 Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Sat, 5 Jan 2019 03:18:15 +0530 Subject: [PATCH] clients: Rename DAVdroid to DAVx5 Fixes #1441 Signed-off-by: Joseph Nuthalapati --- plinth/modules/radicale/manifest.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plinth/modules/radicale/manifest.py b/plinth/modules/radicale/manifest.py index cd7d416b2..1ca7ed7c4 100644 --- a/plinth/modules/radicale/manifest.py +++ b/plinth/modules/radicale/manifest.py @@ -17,15 +17,15 @@ from django.utils.translation import ugettext_lazy as _ -from plinth.modules.backups.api import validate as validate_backup from plinth.clients import store_url, validate +from plinth.modules.backups.api import validate as validate_backup clients = validate([{ 'name': - _('DAVDroid'), + _('DAVx5'), 'usage': _('Enter the URL of the Radicale server (e.g. ' - 'http://localhost:5232) and your user name. DAVdroid will ' + 'http://localhost:5232) and your user name. DAVx5 will ' 'show all existing calendars and address books and you can ' 'create new.'), 'platforms': [{