Skip to content

Commit 4893543

Browse files
Liam Demafelixcesaramirez
Liam Demafelix
authored andcommitted
✏️ Grammar fixes for auth
* Fix grammar for "Already have account" Change: "Already have account?" -> "Already have AN account?" * Grammar fixes for login
1 parent f0cee1f commit 4893543

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/tabler-stubs/views/auth/login.blade.php

+2-2
Original file line numberDiff line numberDiff 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>

src/tabler-stubs/views/auth/register.blade.php

+1-1
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)