diff --git a/app/Console/Commands/Moons/MoonMailer.php b/app/Console/Commands/Moons/MoonMailer.php index 61f82e717..5d2fe76f4 100644 --- a/app/Console/Commands/Moons/MoonMailer.php +++ b/app/Console/Commands/Moons/MoonMailer.php @@ -103,7 +103,7 @@ class MoonMailerCommand extends Command //Dispatch the mail job $mail = new EveMail; $mail->sender = $config['primary']; - $mail->subject = "Warped Intentions Moon Rental Payment Due for " . $today->monthName; + $mail->subject = "Warped Intentions Moon Rental Payment Due for " . $today->englishMonth; $mail->body = $body; $mail->recipient = (int)$contact->Contact; $mail->recipient_type = 'character';