clients: Rename DAVdroid to DAVx5

Fixes #1441

Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
This commit is contained in:
Joseph Nuthalapati 2019-01-05 03:18:15 +05:30 committed by Sunil Mohan Adapa
parent f7e8ccb38a
commit c3ae35c4b0
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -17,15 +17,15 @@
from django.utils.translation import ugettext_lazy as _ 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.clients import store_url, validate
from plinth.modules.backups.api import validate as validate_backup
clients = validate([{ clients = validate([{
'name': 'name':
_('DAVDroid'), _('DAVx5'),
'usage': 'usage':
_('Enter the URL of the Radicale server (e.g. ' _('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 ' 'show all existing calendars and address books and you can '
'create new.'), 'create new.'),
'platforms': [{ 'platforms': [{