]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update apps/dav/lib/CalDAV/Activity/Setting/CalDAVSetting.php 22134/head
authorRobin Appelman <robin@icewind.nl>
Wed, 26 Aug 2020 12:20:46 +0000 (12:20 +0000)
committerGitHub <noreply@github.com>
Wed, 26 Aug 2020 12:20:46 +0000 (12:20 +0000)
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
apps/dav/lib/CalDAV/Activity/Setting/CalDAVSetting.php

index b20c27375a251a2e84cca5093e36cf3731f43a58..1d3dd1df67551060ccb18ac0a1873d5364cf5eff 100644 (file)
@@ -42,6 +42,6 @@ abstract class CalDAVSetting extends ActivitySettings {
        }
 
        public function getGroupName() {
-               return $this->l->t("Calendar and tasks");
+               return $this->l->t('Calendar and tasks');
        }
 }