Skip to content

Commit

Permalink
Adding correct text to the login page
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea committed Jun 15, 2024
1 parent 4531ba9 commit 58c884c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/pages/auth/login.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public function authenticate()


<div class="mt-3 space-x-0.5 text-sm leading-5 text-left" style="color:{{ config('devdojo.auth.appearance.color.text') }}">
<span class="opacity-[47%]"> {{ config('devdojo.auth.language.login.button') }} </span>
<span class="opacity-[47%]"> {{ config('devdojo.auth.language.login.dont_have_an_account') }} </span>
<x-auth::elements.text-link data-auth="register-link" href="{{ route('auth.register') }}">{{ config('devdojo.auth.language.login.sign_up') }}</x-auth::elements.text-link>
</div>

Expand Down

0 comments on commit 58c884c

Please sign in to comment.