Skip to content

Commit

Permalink
Alterado título de e-mail Ref.: #1
Browse files Browse the repository at this point in the history
  • Loading branch information
israelmelo committed Sep 6, 2024
1 parent e07de80 commit 3866426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
]);
}
Expand Down

0 comments on commit 3866426

Please sign in to comment.