diff --git a/htdocs/public/stripe/ipn.php b/htdocs/public/stripe/ipn.php index ffd1bf4f559..e1b160541b2 100644 --- a/htdocs/public/stripe/ipn.php +++ b/htdocs/public/stripe/ipn.php @@ -131,7 +131,7 @@ if ($event->type == 'payout.created') { if ($result > 0) { - $subject = '[NOTIFICATION] Payment out scheduled'; + $subject = '[NOTIFICATION] Stripe payout scheduled'; if (!empty($user->email)) { $sendto = dolGetFirstLastname($user->firstname, $user->lastname) . " <".$user->email.">"; } else {