Signed-off-by: dartcafe <github@dartcafe.de>
This commit is contained in:
dartcafe 2021-11-04 21:16:34 +01:00
Родитель c561b9475d
Коммит 324bdda969
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: CCE73CEF3035D3C8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -54,7 +54,7 @@ class NotificationMail extends MailBase {
$this->emailTemplate->addBodyText(str_replace(
['{title}'],
[$this->poll->getTitle()],
$this->trans->t('"{title}" has recent activity: ')
$this->trans->t('"{title}" has recent activity:')
));
foreach ($this->subscription->getNotifyLogs() as $logItem) {