File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/tailwindcss-stubs/resources/views/auth Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 62
62
63
63
@if (Route:: has (' register' ) )
64
64
<p class =" w-full text-xs text-center text-gray-700 mt-8 -mb-4" >
65
- Don't have an account?
65
+ {{ __ ( " Don't have an account?" ) } }
66
66
<a class =" text-blue-500 hover:text-blue-700 no-underline" href =" {{ route (' register' ) } }" >
67
- Register
67
+ {{ __ ( ' Register' ) } }
68
68
</a >
69
69
</p >
70
70
@endif
Original file line number Diff line number Diff line change 41
41
42
42
<p class =" w-full text-xs text-center text-grey-dark mt-8 -mb-4" >
43
43
<a class =" text-blue-500 hover:text-blue-700 no-underline" href =" {{ route (' login' ) } }" >
44
- Back to login
44
+ {{ __ ( ' Back to login' ) } }
45
45
</a >
46
46
</p >
47
47
</div >
Original file line number Diff line number Diff line change 69
69
</button >
70
70
71
71
<p class =" w-full text-xs text-center text-gray-700 mt-8 -mb-4" >
72
- Already have an account?
72
+ {{ __ ( ' Already have an account?' ) } }
73
73
<a class =" text-blue-500 hover:text-blue-700 no-underline" href =" {{ route (' login' ) } }" >
74
- Login
74
+ {{ __ ( ' Login' ) } }
75
75
</a >
76
76
</p >
77
77
</div >
You can’t perform that action at this time.
0 commit comments