mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-04 19:53:44 +00:00
most email notifications translatable
This commit is contained in:
@@ -67,6 +67,6 @@ class OAuthTokenCreatedMail extends Mailable
|
||||
public function build(): self
|
||||
{
|
||||
return $this->view('emails.oauth-client-created-html')->text('emails.oauth-client-created-text')
|
||||
->subject('A new OAuth client has been created');
|
||||
->subject(trans('email.oauth_created_subject'));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user