Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit eb1bf00

Browse files
authored
Merge pull request #394 from mbaghel/dev
fix typos
2 parents 3d53219 + 0584ad5 commit eb1bf00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/routes/CreateNewTeam/components/EditRoleForm/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function EditRoleForm({ onChange, role }) {
6565
<tr styleName="role-row">
6666
<td>
6767
<Field
68-
validate={composeValidators(validateExists, validateMin(1, 'should be greater then 1'))}
68+
validate={composeValidators(validateExists, validateMin(1, 'Should be 1 or greater'))}
6969
name="numberOfResources"
7070
initialValue={role.numberOfResources}
7171
>

src/routes/CreateNewTeam/pages/CreateTeamLanding/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function CreateNewTeam() {
3939
/>
4040
<LandingBox
4141
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."
4343
icon={<IconListQuill />}
4444
backgroundImage="linear-gradient(221.5deg, #2C95D7 0%, #9D41C9 100%)"
4545
onClick={() => goToRoute("/taas/createnewteam/skills")}

0 commit comments

Comments
 (0)