mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 22:21:42 +00:00
Make it easier to switch between v1/v2 layout.
This commit is contained in:
@@ -67,7 +67,7 @@ class UndoEmailChangeMail extends Mailable
|
||||
*/
|
||||
public function build(): self
|
||||
{
|
||||
return $this->view('emails.undo-email-change-html')->text('emails.undo-email-change-text')
|
||||
return $this->view('v1.emails.undo-email-change-html')->text('v1.emails.undo-email-change-text')
|
||||
->subject((string) trans('email.email_change_subject'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user