diff --git a/stubs/resources/views/auth/forgot-password.blade.php b/stubs/resources/views/auth/forgot-password.blade.php index fd1b938e6..cf20fe072 100644 --- a/stubs/resources/views/auth/forgot-password.blade.php +++ b/stubs/resources/views/auth/forgot-password.blade.php @@ -5,7 +5,7 @@
- Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one. + {{ __('Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.') }}
@if (session('status')) @@ -26,7 +26,7 @@
- Email Password Reset Link + {{ __('Email Password Reset Link') }}
diff --git a/stubs/resources/views/auth/login.blade.php b/stubs/resources/views/auth/login.blade.php index 109af9bb1..b5cf42ccf 100644 --- a/stubs/resources/views/auth/login.blade.php +++ b/stubs/resources/views/auth/login.blade.php @@ -28,19 +28,19 @@
@if (Route::has('password.request')) - Forgot your password? + {{ __('Forgot your password?') }} @endif - Login + {{ __('Login') }}
diff --git a/stubs/resources/views/auth/register.blade.php b/stubs/resources/views/auth/register.blade.php index fa10b1ad5..b9e0528d0 100644 --- a/stubs/resources/views/auth/register.blade.php +++ b/stubs/resources/views/auth/register.blade.php @@ -31,11 +31,11 @@
- Already registered? + {{ __('Already registered?') }} - Register + {{ __('Register') }}
diff --git a/stubs/resources/views/auth/reset-password.blade.php b/stubs/resources/views/auth/reset-password.blade.php index 394d22474..3603f2180 100644 --- a/stubs/resources/views/auth/reset-password.blade.php +++ b/stubs/resources/views/auth/reset-password.blade.php @@ -28,7 +28,7 @@
- Reset Password + {{ __('Reset Password') }}
diff --git a/stubs/resources/views/auth/two-factor-challenge.blade.php b/stubs/resources/views/auth/two-factor-challenge.blade.php index 73b0babff..f9f014d4b 100644 --- a/stubs/resources/views/auth/two-factor-challenge.blade.php +++ b/stubs/resources/views/auth/two-factor-challenge.blade.php @@ -6,11 +6,11 @@
- Please confirm access to your account by entering the authentication code provided by your authenticator application. + {{ __('Please confirm access to your account by entering the authentication code provided by your authenticator application.') }}
- Please confirm access to your account by entering one of your emergency recovery codes. + {{ __('Please confirm access to your account by entering one of your emergency recovery codes.') }}
@@ -35,7 +35,7 @@ recovery = true; $nextTick(() => { $refs.recovery_code.focus() }) "> - Use a recovery code + {{ __('Use a recovery code') }} - Login + {{ __('Login') }}
diff --git a/stubs/resources/views/auth/verify-email.blade.php b/stubs/resources/views/auth/verify-email.blade.php index fa20b5dd9..b02eb3b84 100644 --- a/stubs/resources/views/auth/verify-email.blade.php +++ b/stubs/resources/views/auth/verify-email.blade.php @@ -5,7 +5,7 @@
- Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you didn't receive the email, we will gladly send you another. + {{ __('Thanks for signing up! Before getting started, could you verify your email address by clicking on the link we just emailed to you? If you didn\'t receive the email, we will gladly send you another.') }}
@if (session('status') == 'verification-link-sent') @@ -20,7 +20,7 @@
- Resend Verification Email + {{ __('Resend Verification Email') }}
@@ -29,7 +29,7 @@ @csrf