Skip to content

Commit

Permalink
fix(signup-admin): fixed error message empty how did you know
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-gueguen committed Jan 2, 2025
1 parent a96df51 commit 5c0c1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/common/WayHeardOfMobilic.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export function WayHeardOfMobilic({
}}
state={otherError ? "error" : "default"}
stateRelatedMessage={
otherError ? "Veuillez préciser votre réponse" : undefined
otherError ? "Veuillez compléter ce champ" : undefined
}
required={required}
/>
Expand Down

0 comments on commit 5c0c1e4

Please sign in to comment.