File tree 2 files changed +3
-3
lines changed
src/tabler-stubs/views/auth
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' : '' }}"
38
38
<label class =" form-label" >
39
39
@lang (' Password' )
40
40
<a href =" {{ route (' password.request' ) } }" class =" float-right small" >
41
- @lang (' I forgot password' )
41
+ @lang (' I forgot my password' )
42
42
</a >
43
43
</label >
44
44
<input
@@ -71,7 +71,7 @@ class="custom-control-input"
71
71
</form >
72
72
73
73
<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 >
75
75
</div >
76
76
</div >
77
77
</div >
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ class="form-control"
81
81
</form >
82
82
83
83
<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 >
85
85
</div >
86
86
</div >
87
87
</div >
You can’t perform that action at this time.
0 commit comments