File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 46
46
],
47
47
48
48
"radioButtonList" : [
49
- { "value" : " none " , "_id" : " none " },
50
- { "value" : " some " , "_id" : " some " },
51
- { "value" : " Part of a job " , "_id" : " Part of a job " }
49
+ { "value" : " None " , "_id" : " None " },
50
+ { "value" : " Nome " , "_id" : " Nome " },
51
+ { "value" : " Professional experience " , "_id" : " Professional experience " }
52
52
],
53
53
"guidePeopleSkillList" : [
54
54
{
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ export default class VolunteerForm extends Component {
89
89
isEmpty = { errors . interestedInVolunteer }
90
90
label = "Why are you interested in volunteering? *"
91
91
name = "interestedInVolunteer"
92
- placeholder = "Just a sentence or two requested ..."
92
+ placeholder = "Just one or two sentences as required ..."
93
93
type = "textarea"
94
94
/>
95
95
< TextArea
@@ -98,7 +98,7 @@ export default class VolunteerForm extends Component {
98
98
isEmpty = { errors . interestedInCYF }
99
99
label = "Why are you interested in Code Your Future? *"
100
100
name = "interestedInCYF"
101
- placeholder = "Just a sentence or two requested ..."
101
+ placeholder = "Just one or two sentences as required ..."
102
102
type = "textarea"
103
103
/>
104
104
< DropDown
@@ -119,7 +119,8 @@ export default class VolunteerForm extends Component {
119
119
/>
120
120
< span className = "contact-interested" >
121
121
< span >
122
- What would you like to help Code Your Future with and what is your level of experience?
122
+ What would you like help Code Your Future with, and what is your
123
+ level of experience?
123
124
</ span >
124
125
</ span >
125
126
< div >
You can’t perform that action at this time.
0 commit comments