File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/tabler-stubs/views/auth Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ class="form-control{{ $errors->has('email') ? ' is-invalid' : '' }}"
3838 <label class =" form-label" >
3939 @lang (' Password' )
4040 <a href =" {{ route (' password.request' ) } }" class =" float-right small" >
41- @lang (' I forgot password' )
41+ @lang (' I forgot my password' )
4242 </a >
4343 </label >
4444 <input
@@ -71,7 +71,7 @@ class="custom-control-input"
7171 </form >
7272
7373 <div class =" text-center text-muted" >
74- Don't have account yet? <a href =" {{ route (' register' ) } }" >Sign up</a >
74+ Don't have an account yet? <a href =" {{ route (' register' ) } }" >Sign up</a >
7575 </div >
7676 </div >
7777 </div >
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ class="form-control"
8181 </form >
8282
8383 <div class =" text-center text-muted" >
84- Already have account? <a href =" {{ route (' login' ) } }" >Sign in</a >
84+ Already have an account? <a href =" {{ route (' login' ) } }" >Sign in</a >
8585 </div >
8686 </div >
8787 </div >
You can’t perform that action at this time.
0 commit comments