diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2021-03-25 10:26:50 +0100 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2021-03-25 12:58:59 +0000 |
commit | 23ccae6840ecd86f106ce7279265cba36329dcb0 (patch) | |
tree | b326ded0778d7dbc7a7744dc070d7188232bc47f /apps/dav/lib | |
parent | 769c6fedad1e416bd84b20e11d879ed592ea7455 (diff) | |
download | nextcloud-server-23ccae6840ecd86f106ce7279265cba36329dcb0.tar.gz nextcloud-server-23ccae6840ecd86f106ce7279265cba36329dcb0.zip |
Fix l10n
Issue: #26286
Diffstat (limited to 'apps/dav/lib')
-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', ]); |