Skip to content

Commit 83498ca

Browse files
authored
Merge pull request #143 from yuxxeun/laravel-12.x
fix(resources): typo on the registration form page
2 parents a8d0265 + 8e40a7a commit 83498ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/pages/auth/register.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default function Register() {
4040
</TextField>
4141

4242
<TextField name="password_confirmation">
43-
<Label>Confirm passwor</Label>
43+
<Label>Confirm password</Label>
4444
<Input type="password" placeholder="Shhh, it's secret" />
4545
<FieldError>{errors.password_confirmation}</FieldError>
4646
</TextField>

0 commit comments

Comments
 (0)