]> _ Git - fluidbook-toolbox.git/commitdiff
wait #6471 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 14 Nov 2023 15:07:18 +0000 (16:07 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 14 Nov 2023 15:07:18 +0000 (16:07 +0100)
resources/views/vendor/backpack/base/auth/login.blade.php

index df5880d835ec95711134065df06e3060dcfac359..a66554a4cc243045c80d309b7b5b69a2388bea7e 100644 (file)
@@ -66,7 +66,7 @@
             </div>
             @if (backpack_users_have_email())
                 <div class="text-center"><a
-                        href="{{ route('backpack.auth.password.reset') }}">{{ trans('backpack::base.forgot_your_password') }}</a>
+                        href="{{ route('backpack.auth.password.reset') }}">{{__('Première connexion ?')}} {{ trans('backpack::base.forgot_your_password') }}</a>
                 </div>
             @endif
             @if (config('backpack.base.registration_open'))