Skip to content

Commit

Permalink
wording: changer jeune à bénéficiaire dans identifiant FT
Browse files Browse the repository at this point in the history
  • Loading branch information
Mzem committed Dec 6, 2024
1 parent 05d3413 commit 348bb11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/jeune/UpdateIdentifiantPartenaireModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ export default function UpdateIdentifiantPartenaireModal({
)

const titre = identifiantPartenaire
? 'Modifiez l’identifiant France Travail du jeune'
: 'Ajoutez l’identifiant France Travail du jeune'
? 'Modifiez l’identifiant France Travail du bénéficiaire'
: 'Ajoutez l’identifiant France Travail du bénéficiaire'

return (
<Modal ref={modalRef} title={titre} onClose={onClose}>
Expand Down

0 comments on commit 348bb11

Please sign in to comment.