This commit is contained in:
James Cole
2020-02-03 20:00:02 +01:00
parent 7f3522339c
commit 635ef0de77
3 changed files with 3 additions and 3 deletions

View File

@@ -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');
}
}
);

View File

@@ -1,6 +1,6 @@
{% include 'emails.header-html' %}
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
Welkome to <a style="color:#337ab7" href="{{ address }}">Firefly III</a>. Your registration has made it, and this email is here to confirm it. Yay!
Welcome to <a style="color:#337ab7" href="{{ address }}">Firefly III</a>. Your registration has made it, and this email is here to confirm it. Yay!
</p>
<ul>

View File

@@ -1,5 +1,5 @@
{% include 'emails.header-text' %}
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!
* If you have forgotten your password already, please reset it using the password reset tool.
* There is a help-icon in the top right corner of each page. If you need help, click it!