Merge pull request #26296 from nextcloud/backport/26287/stable19
[stable19] Fix l10n
This commit is contained in:
commit
5c737b73af
|
@ -164,7 +164,7 @@ class BirthdayService {
|
||||||
return $calendar;
|
return $calendar;
|
||||||
}
|
}
|
||||||
$this->calDavBackEnd->createCalendar($principal, self::BIRTHDAY_CALENDAR_URI, [
|
$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',
|
'{http://apple.com/ns/ical/}calendar-color' => '#E9D859',
|
||||||
'components' => 'VEVENT',
|
'components' => 'VEVENT',
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in New Issue