mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #26298 from nextcloud/backport/26287/stable21
[stable21] Fix l10n
This commit is contained in:
commit
9a4cbba7f6
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue