Skip to content

Commit

Permalink
Ajustado titulo de email para quando a entidade for bloqueada Ref.: #1
Browse files Browse the repository at this point in the history
  • Loading branch information
israelmelo committed Sep 2, 2024
1 parent 9f48d66 commit fa52428
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 @@ -178,7 +178,7 @@ public function createNotification($recipient, $entity, $spam_detections)
$app->createAndSendMailMessage([
'from' => $app->config['mailer.from'],
'to' => $email,
'subject' => i::__('Notificação de spam'),
'subject' => $is_save ? i::__('Notificação de spam') : i::__('Notificação de spam - Publicação não permitida'),
'body' => $content,
]);
}
Expand Down

0 comments on commit fa52428

Please sign in to comment.