From 324bdda96934f806fa27d903466e67523bb42334 Mon Sep 17 00:00:00 2001 From: dartcafe Date: Thu, 4 Nov 2021 21:16:34 +0100 Subject: [PATCH] fix #2072 Signed-off-by: dartcafe --- lib/Model/Mail/NotificationMail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Model/Mail/NotificationMail.php b/lib/Model/Mail/NotificationMail.php index 169bdeb6a..2c9e1be31 100644 --- a/lib/Model/Mail/NotificationMail.php +++ b/lib/Model/Mail/NotificationMail.php @@ -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) {