mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Code for #1415
This commit is contained in:
@@ -66,6 +66,6 @@ class UndoEmailChangeMail extends Mailable
|
||||
public function build()
|
||||
{
|
||||
return $this->view('emails.undo-email-change-html')->text('emails.undo-email-change-text')
|
||||
->subject('Your Firefly III email address has changed.');
|
||||
->subject('Your Firefly III email address has changed');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user