File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ function EditRoleForm({ onChange, role }) {
65
65
< tr styleName = "role-row" >
66
66
< td >
67
67
< Field
68
- validate = { composeValidators ( validateExists , validateMin ( 1 , 'should be greater then 1 ' ) ) }
68
+ validate = { composeValidators ( validateExists , validateMin ( 1 , 'Should be 1 or greater ' ) ) }
69
69
name = "numberOfResources"
70
70
initialValue = { role . numberOfResources }
71
71
>
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ function CreateNewTeam() {
39
39
/>
40
40
< LandingBox
41
41
title = "Input Skills"
42
- description = "Select one or more technical skills which you need. Topcoder will match your requirements to our talent."
42
+ description = "Select one or more technical skills you need. Topcoder will match your requirements to our talent."
43
43
icon = { < IconListQuill /> }
44
44
backgroundImage = "linear-gradient(221.5deg, #2C95D7 0%, #9D41C9 100%)"
45
45
onClick = { ( ) => goToRoute ( "/taas/createnewteam/skills" ) }
You can’t perform that action at this time.
0 commit comments