Skip to content

Commit

Permalink
fix: nom => prénom nom
Browse files Browse the repository at this point in the history
  • Loading branch information
ledouxm committed May 23, 2024
1 parent 23e0675 commit a65ca63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/components/SignupForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const SignupForm = () => {
) : null}
<InputGroup state={mutationError ? "error" : undefined}>
<Input
label="Nom"
label="Prénom Nom"
nativeInputProps={{
...form.register("name", { required: "Le nom est requis" }),
}}
Expand Down

0 comments on commit a65ca63

Please sign in to comment.