Skip to content

Commit

Permalink
fix: repeq commencer wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jonat75 committed Oct 2, 2024
1 parent 7ea3e14 commit a175f70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export const CommencerForm = ({ session, monCompteProHost }: { monCompteProHost:
/>
) : (
<Select
label="Numéro Siren de l’entreprise ou de l’entreprise déclarant pour le compte de l'unité économique et sociale (UES) *"
label="Numéro Siren de l’entreprise *"
state={errors.siren && "error"}
stateRelatedMessage={errors.siren?.message}
nativeSelectProps={register("siren")}
Expand Down

0 comments on commit a175f70

Please sign in to comment.