summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2020-08-26 12:20:46 +0000
committerGitHub <noreply@github.com>2020-08-26 12:20:46 +0000
commit460db942a04690860059cf1604c6a0999526ca51 (patch)
tree2591d59f207cb42d2afa543dd5234c0d56e868fa
parentaadf0f6f87499c59e22a7a5fda161a263954bb2c (diff)
downloadnextcloud-server-460db942a04690860059cf1604c6a0999526ca51.tar.gz
nextcloud-server-460db942a04690860059cf1604c6a0999526ca51.zip
Update apps/dav/lib/CalDAV/Activity/Setting/CalDAVSetting.php
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
-rw-r--r--apps/dav/lib/CalDAV/Activity/Setting/CalDAVSetting.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/CalDAV/Activity/Setting/CalDAVSetting.php b/apps/dav/lib/CalDAV/Activity/Setting/CalDAVSetting.php
index b20c27375a2..1d3dd1df675 100644
--- a/apps/dav/lib/CalDAV/Activity/Setting/CalDAVSetting.php
+++ b/apps/dav/lib/CalDAV/Activity/Setting/CalDAVSetting.php
@@ -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');
}
}