Merge branch 'patch-22' into 'dev'
Update Cdav.php See merge request Kostikov/core!10
This commit is contained in:
commit
23edb51ba4
@ -836,7 +836,7 @@ class Cdav extends Controller {
|
|||||||
//Do not display any associated widgets at this point
|
//Do not display any associated widgets at this point
|
||||||
App::$pdl = '';
|
App::$pdl = '';
|
||||||
|
|
||||||
$o = '<b>CalDAV App (Not Installed):</b><br>';
|
$o = '<b>' . t('CalDAV App (Not Installed):') . '</b><br>';
|
||||||
$o .= t('CalDAV capable calendar');
|
$o .= t('CalDAV capable calendar');
|
||||||
return $o;
|
return $o;
|
||||||
}
|
}
|
||||||
@ -845,7 +845,7 @@ class Cdav extends Controller {
|
|||||||
//Do not display any associated widgets at this point
|
//Do not display any associated widgets at this point
|
||||||
App::$pdl = '';
|
App::$pdl = '';
|
||||||
|
|
||||||
$o = '<b>CardDAV App (Not Installed):</b><br>';
|
$o = '<b>' . t('CardDAV App (Not Installed):') . '</b><br>';
|
||||||
$o .= t('CalDAV capable addressbook');
|
$o .= t('CalDAV capable addressbook');
|
||||||
return $o;
|
return $o;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user