diff --git a/app/Jobs/MailError.php b/app/Jobs/MailError.php index e6a3505a1f..da5c821412 100644 --- a/app/Jobs/MailError.php +++ b/app/Jobs/MailError.php @@ -83,7 +83,7 @@ class MailError extends Job implements ShouldQueue $args, function (Message $message) use ($email) { if ('mail@example.com' !== $email) { - $message->to($email, $email)->subject('Caught an error in Firely III'); + $message->to($email, $email)->subject('Caught an error in Firefly III'); } } ); diff --git a/resources/views/v1/emails/registered-html.twig b/resources/views/v1/emails/registered-html.twig index 5274b801b7..8f72845c84 100644 --- a/resources/views/v1/emails/registered-html.twig +++ b/resources/views/v1/emails/registered-html.twig @@ -1,6 +1,6 @@ {% include 'emails.header-html' %}

- Welkome to Firefly III. Your registration has made it, and this email is here to confirm it. Yay! + Welcome to Firefly III. Your registration has made it, and this email is here to confirm it. Yay!