Skip to content

Commit 3f1864d

Browse files
committed
minor grammar fixes
1 parent 3707539 commit 3f1864d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

resources/js/Pages/Auth/ForgotPassword.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default function ForgotPassword({ status }: { status?: string }) {
6060
<hr />
6161
</form>
6262
<div className="text-center text-sm space-x-1">
63-
<span>Return back to the</span>
63+
<span>Or, return to the</span>
6464
<Link href={route("login")} className="underline underline-offset-4">
6565
login page
6666
</Link>

resources/js/Pages/Auth/Login.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default function Login({
4646
return (
4747
<AuthLayout
4848
title="Log in to your account"
49-
description="Enter your email and password below to login"
49+
description="Enter your email and password below to log in"
5050
>
5151
<Head title="Log in" />
5252

@@ -101,7 +101,7 @@ export default function Login({
101101
{processing && (
102102
<LoaderCircle className="h-4 w-4 animate-spin" />
103103
)}
104-
Log in
104+
Log In
105105
</Button>
106106

107107
<hr />

resources/js/Pages/Auth/Register.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export default function Register() {
120120
href={route("login")}
121121
className="underline underline-offset-4"
122122
>
123-
Sign in
123+
Log in
124124
</Link>
125125
</div>
126126
</form>

resources/js/Pages/Welcome.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default function Welcome({
5656
href={route('login')}
5757
className="rounded-md px-3 py-2 text-black ring-1 ring-transparent transition hover:text-black/70 focus:outline-none focus-visible:ring-[#FF2D20] dark:text-white dark:hover:text-white/80 dark:focus-visible:ring-white"
5858
>
59-
Log in
59+
Log In
6060
</Link>
6161
<Link
6262
href={route('register')}

0 commit comments

Comments
 (0)