diff --git a/resources/views/two-factor.blade.php b/resources/views/two-factor.blade.php index 242caaf..dbe9ee2 100644 --- a/resources/views/two-factor.blade.php +++ b/resources/views/two-factor.blade.php @@ -3,16 +3,16 @@
-

+

{{ __('Secure your account') }}

@if (!$showingRecoveryCodes && $user->two_factor_confirmed_at) -

+

{{ __('Your account has been secured with two factor authentication') }}.

@else -

+

{{ __('Add additional security to your account using two factor authentication') }}.

@endif