Skip to content

Commit 75c0206

Browse files
Merge pull request #1 from thinkverse/fix-btn-typo
Fix typo in login.blade.php
2 parents ac9ebfb + 56562d0 commit 75c0206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/auth/login.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<div class="flex items-center justify-end mt-4">
2020
@if (Route::has('register'))
2121
<a class="underline text-sm text-gray-600 hover:text-gray-900 rounded-md" href="{{ route('register') }}">
22-
{{ __('Sing up') }}
22+
{{ __('Sign up') }}
2323
</a>
2424
@endif
2525

0 commit comments

Comments
 (0)