Skip to content

Commit

Permalink
fix(studio): wording
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Jan 14, 2025
1 parent fa6d257 commit c68e3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Studio/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ const Studio = () => {
<Col n='12 md-6'>
<TextInput
hint="Si périmètre ad-hoc, identifiant communiqué par l'équipe BSO ou RoR. Dans tous les cas, identifiant de structure HAL, ou code collection HAL"
label="Identifiant de l'établissement"
label="Identifiant de l'établissement (ou de structure ou collection HAL)"
message='Merci de saisir un identifiant'
messageType={bsoLocalAffiliation === '' ? 'error' : null}
onChange={(e) => setBsoLocalAffiliation(e.target.value)}
Expand Down

0 comments on commit c68e3cb

Please sign in to comment.