diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-05-10 12:18:37 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-05-10 12:18:37 +0200 |
commit | 274f69526fcfa0858a04a8f745650c6daad22a02 (patch) | |
tree | ed0b4713800b22b7a8707daba388f822f9ad4aa3 /include/features.php | |
parent | b9b65d7dfbf0d5532c93bd7395b5dbbcb8c1b68f (diff) | |
download | volse-hubzilla-274f69526fcfa0858a04a8f745650c6daad22a02.tar.gz volse-hubzilla-274f69526fcfa0858a04a8f745650c6daad22a02.tar.bz2 volse-hubzilla-274f69526fcfa0858a04a8f745650c6daad22a02.zip |
calendar merge: implement channel calendar import in cdav/calendar
Diffstat (limited to 'include/features.php')
-rw-r--r-- | include/features.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/features.php b/include/features.php index b0d02c141..d8607f447 100644 --- a/include/features.php +++ b/include/features.php @@ -79,7 +79,7 @@ function get_features($filtered = true, $level = (-1)) { 'calendar' => [ - t('CalDAV'), + t('Calendar'), [ 'cal_first_day', |