Skip to content
This repository has been archived by the owner on May 28, 2018. It is now read-only.

Commit

Permalink
Fix ProfileFrom typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nbrohee committed Oct 4, 2016
1 parent 13ead32 commit c4f1245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/application/Profile/ProfileForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const ProfileForm = ({profile, contact, errors, onChange, onDateChange}) => {
<FormGroup className={(contact.situation == 'student') ? 'required' : 'required hidden'}>
<ControlLabel>Étudiant en 2016 :</ControlLabel>
<RadioGroup name="situation" onChange={onChange} selectedValue={profile.situation} error={errors.situation}>
<Radio value="graduate">Je fini mes études avant décembre 2016</Radio>
<Radio value="graduate">Je finis mes études avant fin décembre 2016</Radio>
<Radio value="student">Je serai étudiant·e toute l'année universitaire 2016-2017</Radio>
</RadioGroup>
</FormGroup>
Expand Down

0 comments on commit c4f1245

Please sign in to comment.