Skip to content

Commit

Permalink
Merge pull request #26298 from nextcloud/backport/26287/stable21
Browse files Browse the repository at this point in the history
[stable21] Fix l10n
  • Loading branch information
skjnldsv authored Mar 26, 2021
2 parents 9ddc6df + 23ccae6 commit 9a4cbba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dav/lib/CalDAV/BirthdayService.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public function ensureCalendarExists(string $principal):?array {
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',
]);
Expand Down

0 comments on commit 9a4cbba

Please sign in to comment.