mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +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(
|
format_lazy(
|
||||||
_('Radicale is a CalDAV and CardDAV server. It allows synchronization '
|
_('Radicale is a CalDAV and CardDAV server. It allows synchronization '
|
||||||
'and sharing of scheduling and contact data. To use Radicale, a '
|
'and sharing of scheduling and contact data. To use Radicale, a '
|
||||||
'<a href="http://radicale.org/clients/">supported client '
|
'<a href="https://radicale.org/master.html#documentation/supported-'
|
||||||
'application</a> is needed. Radicale can be accessed by any user '
|
'clients">supported client application</a> is needed. Radicale can '
|
||||||
'with a {box_name} login.'), box_name=_(cfg.box_name)),
|
'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 '
|
_('Radicale provides a basic web interface, which only supports creating '
|
||||||
'new calendars and addressbooks. It does not support adding events or '
|
'new calendars and addressbooks. It does not support adding events or '
|
||||||
'contacts, which must be done using a separate client.'),
|
'contacts, which must be done using a separate client.'),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user