From 3866426cdb634856ce915be18f42c496fe4f6dc0 Mon Sep 17 00:00:00 2001 From: israelmelo Date: Fri, 6 Sep 2024 10:46:02 -0300 Subject: [PATCH] =?UTF-8?q?Alterado=20t=C3=ADtulo=20de=20e-mail=20Ref.:=20?= =?UTF-8?q?#1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugin.php b/Plugin.php index 280eecb..855586c 100644 --- a/Plugin.php +++ b/Plugin.php @@ -244,7 +244,7 @@ public function createNotification($recipient, $entity, $spam_detections, $ip) $app->createAndSendMailMessage([ 'from' => $app->config['mailer.from'], 'to' => $email, - 'subject' => $is_save ? i::__('Notificação de spam') : i::__('Notificação de spam - Publicação não permitida'), + 'subject' => $is_save ? i::__("Spam - Conteúdo suspeito") : i::__("Spam - {$dict_entity} foi bloqueado(a)"), 'body' => $content, ]); }