Skip to content

Commit 9a5ec98

Browse files
More sentence case + minor copy tweaks
1 parent 81693b6 commit 9a5ec98

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

resources/js/pages/auth/confirm-password.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ export default function ConfirmPassword() {
2323

2424
return (
2525
<AuthLayout
26-
title="Confirm Your Password"
27-
description="This is a secure area of the application. Please confirm your password before continuing"
26+
title="Confirm your password"
27+
description="This is a secure area of the application. Please confirm your password before continuing."
2828
>
2929
<Head title="Confirm password" />
3030

resources/js/pages/auth/login.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default function Login({ status, canResetPassword }: LoginProps) {
6262
<Label htmlFor="password">Password</Label>
6363
{canResetPassword && (
6464
<TextLink href={route('password.request')} className="ml-auto text-sm" tabIndex={5}>
65-
Forgot your password?
65+
Forgot password?
6666
</TextLink>
6767
)}
6868
</div>
@@ -86,7 +86,7 @@ export default function Login({ status, canResetPassword }: LoginProps) {
8686

8787
<Button type="submit" className="mt-4 w-full" tabIndex={4} disabled={processing}>
8888
{processing && <LoaderCircle className="h-4 w-4 animate-spin" />}
89-
Log In
89+
Log in
9090
</Button>
9191
</div>
9292

0 commit comments

Comments
 (0)