diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2021-03-25 13:14:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-25 13:14:15 +0100 |
commit | 570c25c861414674d47c09e1484832948d7bd49f (patch) | |
tree | 67ca07045785dd307fa0f5e81a494ff0c6e199ee /apps/dav | |
parent | f97491eb8f13099a31a984477f67eb55b1f333f7 (diff) | |
parent | 107bbebb6c7a8c7a6668ede94eef97023c520807 (diff) | |
download | nextcloud-server-570c25c861414674d47c09e1484832948d7bd49f.tar.gz nextcloud-server-570c25c861414674d47c09e1484832948d7bd49f.zip |
Merge pull request #26287 from nextcloud/Valdnet-patch-6
Fix l10n
Diffstat (limited to 'apps/dav')
-rw-r--r-- | apps/dav/lib/CalDAV/BirthdayService.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/CalDAV/BirthdayService.php b/apps/dav/lib/CalDAV/BirthdayService.php index 6ef2c8b6137..e9f4787a328 100644 --- a/apps/dav/lib/CalDAV/BirthdayService.php +++ b/apps/dav/lib/CalDAV/BirthdayService.php @@ -165,7 +165,7 @@ class BirthdayService { return $calendar; } $this->calDavBackEnd->createCalendar($principal, self::BIRTHDAY_CALENDAR_URI, [ - '{DAV:}displayname' => 'Contact birthdays', + '{DAV:}displayname' => $this->l10n->t('Contact birthdays'), '{http://apple.com/ns/ical/}calendar-color' => '#E9D859', 'components' => 'VEVENT', ]); |