Update Cdav.php

This commit is contained in:
Max Kostikov 2018-09-28 19:46:04 +02:00
parent 5c8e1169cd
commit c6fce5de24

View File

@ -836,7 +836,7 @@ class Cdav extends Controller {
//Do not display any associated widgets at this point
App::$pdl = '';
$o = '<b>' . t('CalDAV App (Not Installed):') . '</b><br>';
$o = '<b>' . t('CalDAV App') . ' (' . t('Not Installed') . '):</b><br>';
$o .= t('CalDAV capable calendar');
return $o;
}
@ -845,7 +845,7 @@ class Cdav extends Controller {
//Do not display any associated widgets at this point
App::$pdl = '';
$o = '<b>' . t('CardDAV App (Not Installed):') . '</b><br>';
$o = '<b>' . t('CardDAV App') . ' (' . t('Not Installed') . '):</b><br>';
$o .= t('CalDAV capable addressbook');
return $o;
}