mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
radicale: Fix server URLs in client info
Signed-off-by: James Valleroy <jvalleroy@mailbox.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
5aa957c6ba
commit
6536e86b15
@ -25,7 +25,7 @@ clients = validate([{
|
|||||||
_('DAVx5'),
|
_('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. DAVx5 will '
|
'https://<your.freedombox.address>) 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': [{
|
||||||
@ -77,7 +77,7 @@ clients = validate([{
|
|||||||
'usage':
|
'usage':
|
||||||
_('In Evolution add a new calendar and address book '
|
_('In Evolution add a new calendar and address book '
|
||||||
'respectively with WebDAV. Enter the URL of the Radicale '
|
'respectively with WebDAV. Enter the URL of the Radicale '
|
||||||
'server (e.g. http://localhost:5232) and your user name. '
|
'server (e.g. https://<your.freedombox.address>) and your user name. '
|
||||||
'Clicking on the search button will list the existing '
|
'Clicking on the search button will list the existing '
|
||||||
'calendars and address books.'),
|
'calendars and address books.'),
|
||||||
'platforms': [{
|
'platforms': [{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user