We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8d0265 + 8e40a7a commit 83498caCopy full SHA for 83498ca
resources/js/pages/auth/register.tsx
@@ -40,7 +40,7 @@ export default function Register() {
40
</TextField>
41
42
<TextField name="password_confirmation">
43
- <Label>Confirm passwor</Label>
+ <Label>Confirm password</Label>
44
<Input type="password" placeholder="Shhh, it's secret" />
45
<FieldError>{errors.password_confirmation}</FieldError>
46
0 commit comments