mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
radicale: Fix link in description to clients
Closes: #1863. Tested: - Click on link and it loads valid page. Signed-off-by: James Valleroy <jvalleroy@mailbox.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
dc5f4a69b7
commit
ee10835359
@ -32,9 +32,10 @@ _description = [
|
||||
format_lazy(
|
||||
_('Radicale is a CalDAV and CardDAV server. It allows synchronization '
|
||||
'and sharing of scheduling and contact data. To use Radicale, a '
|
||||
'<a href="http://radicale.org/clients/">supported client '
|
||||
'application</a> is needed. Radicale can be accessed by any user '
|
||||
'with a {box_name} login.'), box_name=_(cfg.box_name)),
|
||||
'<a href="https://radicale.org/master.html#documentation/supported-'
|
||||
'clients">supported client application</a> is needed. Radicale can '
|
||||
'be accessed by any user with a {box_name} login.'),
|
||||
box_name=_(cfg.box_name)),
|
||||
_('Radicale provides a basic web interface, which only supports creating '
|
||||
'new calendars and addressbooks. It does not support adding events or '
|
||||
'contacts, which must be done using a separate client.'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user