Compare commits

...

2 Commits

Author SHA1 Message Date
Jérôme Herbinet 5531730021
Merge 2e2c1b4c0d into 94282863cb 2024-04-26 06:33:43 +02:00
Jérôme Herbinet 2e2c1b4c0d
Replace "Time:" with "Date and time:" in e-mail notification
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
2024-04-25 13:31:01 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -539,7 +539,7 @@ class IMipService {
$data['meeting_title_html'] ?? $data['meeting_title'], $this->l10n->t('Title:'),
$this->getAbsoluteImagePath('caldav/title.png'), $data['meeting_title'], '', IMipPlugin::IMIP_INDENT);
if ($data['meeting_when'] !== '') {
$template->addBodyListItem($data['meeting_when_html'] ?? $data['meeting_when'], $this->l10n->t('Time:'),
$template->addBodyListItem($data['meeting_when_html'] ?? $data['meeting_when'], $this->l10n->t('Date and time:'),
$this->getAbsoluteImagePath('caldav/time.png'), $data['meeting_when'], '', IMipPlugin::IMIP_INDENT);
}
if ($data['meeting_location'] !== '') {