mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
7 lines
196 B
PHP
7 lines
196 B
PHP
@component('mail::message')
|
|
{{ trans('email.mfa_many_failed_attempts_intro', ['email' => $user->email, 'count' => $count]) }}
|
|
|
|
{{ trans('email.mfa_many_failed_attempts_warning') }}
|
|
|
|
@endcomponent
|