mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-03 20:56:21 +00:00
most email notifications translatable
This commit is contained in:
@@ -63,6 +63,6 @@ class AccessTokenCreatedMail extends Mailable
|
||||
public function build(): self
|
||||
{
|
||||
return $this->view('emails.access-token-created-html')->text('emails.access-token-created-text')
|
||||
->subject('A new access token was created');
|
||||
->subject(trans('email.access_token_created_subject'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user