mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
clients: Rename DAVdroid to DAVx5
Fixes #1441 Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
This commit is contained in:
parent
f7e8ccb38a
commit
c3ae35c4b0
@ -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': [{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user