mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 20:16:22 +00:00
Update email message paths for #4586
This commit is contained in:
@@ -67,7 +67,7 @@ class UndoEmailChangeMail extends Mailable
|
||||
*/
|
||||
public function build(): self
|
||||
{
|
||||
return $this->view('v1.emails.undo-email-change-html')->text('v1.emails.undo-email-change-text')
|
||||
return $this->view('emails.undo-email-change-html')->text('emails.undo-email-change-text')
|
||||
->subject((string)trans('email.email_change_subject'));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user