Update apps/dav/lib/CalDAV/Activity/Setting/CalDAVSetting.php

Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
This commit is contained in:
Robin Appelman 2020-08-26 12:20:46 +00:00 committed by GitHub
parent aadf0f6f87
commit 460db942a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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');
}
}