From 6110c9397216951d97622c511b1432b7a43ba3fd Mon Sep 17 00:00:00 2001 From: Michael Baghel <31278895+mbaghel@users.noreply.github.com> Date: Fri, 6 Aug 2021 11:38:41 +0400 Subject: [PATCH] Fix: Label copy updates --- .../NoMatchingProfilesResultCard/index.jsx | 20 +++++++++---------- .../styles.module.scss | 1 - .../components/ResultCard/index.jsx | 8 +++++--- .../components/ResultCard/styles.module.scss | 11 ++++++++++ .../components/TeamDetailsModal/index.jsx | 4 ++-- .../pages/InputJobDescription/index.jsx | 6 +----- .../InputJobDescription/styles.module.scss | 1 + .../components/SkillsList/index.jsx | 6 +----- .../components/SkillsList/styles.module.scss | 1 + .../SelectRole/components/RolesList/index.jsx | 2 ++ .../components/RolesList/styles.module.scss | 8 ++++++++ 11 files changed, 42 insertions(+), 26 deletions(-) create mode 100644 src/routes/CreateNewTeam/pages/SelectRole/components/RolesList/styles.module.scss diff --git a/src/routes/CreateNewTeam/components/NoMatchingProfilesResultCard/index.jsx b/src/routes/CreateNewTeam/components/NoMatchingProfilesResultCard/index.jsx index 7606b4b8..96b2ad3c 100644 --- a/src/routes/CreateNewTeam/components/NoMatchingProfilesResultCard/index.jsx +++ b/src/routes/CreateNewTeam/components/NoMatchingProfilesResultCard/index.jsx @@ -42,7 +42,7 @@ function NoMatchingProfilesResultCard({ role }) {
- We did not get a perfect match to your requirements on the first pass, - but we are confident they are out there. We'd like to dig a little - deeper into our community to find someone who can fit your needs. This - may take up to two weeks. Please continue to submit your request, and - a Topcoder representative will reach out to you soon with next steps. + We did not find a perfect match to your requirements, but we'd like to + dig a little deeper into our community. We’ll start right away, and + this may take up to two weeks. You can modify your criteria, or + continue this search. If you choose to continue, we will reach out + soon with next steps.
{role.rates && role.name ? ({role.name} Rate
+Estimate for this role
{formatMoney(role.rates[0].global)}
/Week
Custom Rate
+Estimate for this role
$1,200
/Week
- We have qualified candidates who match {formatPercent(skillsMatch)} - {skillsMatch < 1 ? " or more " : " "} of your job requirements. + You’re one step closer to hiring great talent. Please provide details + about how many people you need, how long you need them, and when you’d + like to start.
- Input a Job Description for your opening and the Topcoder Platform - will identify the skills required to perform the job duties and find - the best matching freelancers for your job opening. After inputting - the Job Description click on the "Search" button to see the skills - identified. + Copy and paste in a job description, or enter it manually.
- Please select one or more essential skills you require your talent to - have. Topcoder will match to profiles which contain most or all of these - skills. -
+Select one or more skills.
{filteredSkills.map(({ id, name }) => (Choose the role you want to fill
{filteredRoles.map(({ id, name, imageUrl }) => (