Skip to content

Commit

Permalink
Merge pull request #26296 from nextcloud/backport/26287/stable19
Browse files Browse the repository at this point in the history
[stable19] Fix l10n
  • Loading branch information
skjnldsv authored Mar 26, 2021
2 parents 79a5ba1 + 8771e7c commit 5c737b7
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 @@ -164,7 +164,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 5c737b7

Please sign in to comment.