mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Email notifications are now translatable
This commit is contained in:
@@ -79,7 +79,7 @@ class ReportNewJournalsMail extends Mailable
|
||||
$this->transform();
|
||||
|
||||
return $this->view('emails.report-new-journals-html')->text('emails.report-new-journals-text')
|
||||
->subject($subject);
|
||||
->subject(trans_choice('email.new_journals_subject', $this->groups->count() ));
|
||||
}
|
||||
|
||||
private function transform(): void
|
||||
|
Reference in New Issue
Block a user