From 635ef0de77f6496d0d5c3b75c1162ddb8b99baa2 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 3 Feb 2020 20:00:02 +0100 Subject: [PATCH] Fix #3075 --- app/Jobs/MailError.php | 2 +- resources/views/v1/emails/registered-html.twig | 2 +- resources/views/v1/emails/registered-text.twig | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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!