diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-05-10 12:21:50 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-05-10 12:21:50 +0200 |
commit | 70220d8b9c2c80c416225310b6fa1fe1b9b7f2b4 (patch) | |
tree | 3d889974b22803d7b43ca1c51da12e3060a44fef | |
parent | 274f69526fcfa0858a04a8f745650c6daad22a02 (diff) | |
download | volse-hubzilla-70220d8b9c2c80c416225310b6fa1fe1b9b7f2b4.tar.gz volse-hubzilla-70220d8b9c2c80c416225310b6fa1fe1b9b7f2b4.tar.bz2 volse-hubzilla-70220d8b9c2c80c416225310b6fa1fe1b9b7f2b4.zip |
typo
-rw-r--r-- | Zotlabs/Widget/Cdav.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Widget/Cdav.php b/Zotlabs/Widget/Cdav.php index 7972d839e..ce716b455 100644 --- a/Zotlabs/Widget/Cdav.php +++ b/Zotlabs/Widget/Cdav.php @@ -140,7 +140,7 @@ class Cdav { '$create' => t('Create'), '$create_placeholder' => t('Calendar Name'), '$tools_label' => t('Calendar Tools'), - '$tools_options_label' => [t('Channel Calendar'), t('CalDAV Calendars')], + '$tools_options_label' => [t('Channel Calendars'), t('CalDAV Calendars')], '$import_label' => t('Import calendar'), '$import_placeholder' => t('Select a calendar to import to'), '$upload' => t('Upload'), |