Fix translation

This commit is contained in:
Laurent Destailleur
2018-09-12 21:12:15 +02:00
parent 056ef802e4
commit b3dec042b5

View File

@@ -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 {