Skip to content

Commit

Permalink
Merge pull request #931 from MTES-MCT/updated-texts-accessibility-new…
Browse files Browse the repository at this point in the history
…-owner

Updated texts when adding new owners for accessibility
  • Loading branch information
LuluFreeDesign authored Oct 7, 2024
2 parents ab8e32a + ec1d09d commit 9b23b14
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const HousingAdditionalOwnerCreation = ({ onAdd, rank }: Props) => {
value={birthDate}
type="date"
onChange={(e) => setBirthDate(e.target.value)}
label="Date de naissance"
label="Date de naissance (obligatoire)"
inputForm={form}
inputKey="birthDate"
/>
Expand Down Expand Up @@ -124,7 +124,7 @@ const HousingAdditionalOwnerCreation = ({ onAdd, rank }: Props) => {
<Row spacing="pt-3w">
<Alert
severity="error"
description="Une erreur s'est produite, veuillez réessayer."
description="Les champs Identité et Date de naissance doivent obligatoirement être renseignés pour pouvoir ajouter un nouveau propriétaire."
closable
small
className="fr-mb-2w"
Expand Down

0 comments on commit 9b23b14

Please sign in to comment.