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