mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 20:16:22 +00:00
most email notifications translatable
This commit is contained in:
@@ -62,6 +62,6 @@ class AdminTestMail extends Mailable
|
||||
public function build(): self
|
||||
{
|
||||
return $this->view('emails.admin-test-html')->text('emails.admin-test-text')
|
||||
->subject('A test message from your Firefly III installation');
|
||||
->subject(trans('email.admin_test_subject'));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user