diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2021-03-25 10:26:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-25 10:26:50 +0100 |
commit | 107bbebb6c7a8c7a6668ede94eef97023c520807 (patch) | |
tree | faae56d5d1d1cee71eedda0e5becadd447f748dd /apps/dav | |
parent | fab7c84b922220d776f29a203fffdca93f01e68b (diff) | |
download | nextcloud-server-107bbebb6c7a8c7a6668ede94eef97023c520807.tar.gz nextcloud-server-107bbebb6c7a8c7a6668ede94eef97023c520807.zip |
Fix l10n
Issue: #26286
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', ]); |