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

fix typos #394

Merged
merged 2 commits into from
Jul 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/routes/CreateNewTeam/components/EditRoleForm/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function EditRoleForm({ onChange, role }) {
<tr styleName="role-row">
<td>
<Field
validate={composeValidators(validateExists, validateMin(1, 'should be greater then 1'))}
validate={composeValidators(validateExists, validateMin(1, 'Should be 1 or greater'))}
name="numberOfResources"
initialValue={role.numberOfResources}
>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/CreateNewTeam/pages/CreateTeamLanding/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function CreateNewTeam() {
/>
<LandingBox
title="Input Skills"
description="Select one or more technical skills which you need. Topcoder will match your requirements to our talent."
description="Select one or more technical skills you need. Topcoder will match your requirements to our talent."
icon={<IconListQuill />}
backgroundImage="linear-gradient(221.5deg, #2C95D7 0%, #9D41C9 100%)"
onClick={() => goToRoute("/taas/createnewteam/skills")}
Expand Down