From c2c4c96e0118c1a23bb4ffad9af7c64896b6ead4 Mon Sep 17 00:00:00 2001 From: Vasilica Olariu Date: Fri, 11 Aug 2023 22:22:55 +0300 Subject: [PATCH] typo fix for HowSkillsWork Modal --- .../components/profile-skills-match/ProfileSkillsMatch.tsx | 2 +- .../modals/how-skills-work-modal/HowSkillsWorkModal.tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/apps/talent-search/src/components/profile-skills-match/ProfileSkillsMatch.tsx b/src/apps/talent-search/src/components/profile-skills-match/ProfileSkillsMatch.tsx index 0ade23162..c58bd3724 100644 --- a/src/apps/talent-search/src/components/profile-skills-match/ProfileSkillsMatch.tsx +++ b/src/apps/talent-search/src/components/profile-skills-match/ProfileSkillsMatch.tsx @@ -50,7 +50,7 @@ const ProfileSkillsMatch: FC = props => { <>
{selfSkillmatched.length} - {` matched self-selected skill${selfSkillmatched.length > 1 ? 's' : ''}`} + {` matched self selected skill${selfSkillmatched.length > 1 ? 's' : ''}`}
{selfSkillmatched.map(skill => ( diff --git a/src/libs/shared/lib/components/modals/how-skills-work-modal/HowSkillsWorkModal.tsx b/src/libs/shared/lib/components/modals/how-skills-work-modal/HowSkillsWorkModal.tsx index 5c854b274..51ee9c567 100644 --- a/src/libs/shared/lib/components/modals/how-skills-work-modal/HowSkillsWorkModal.tsx +++ b/src/libs/shared/lib/components/modals/how-skills-work-modal/HowSkillsWorkModal.tsx @@ -39,7 +39,7 @@ const HowSkillsWorkModal: FC = (props: HowSkillsWorkMod
  • The more opportunities you complete the higher you rate for associated skills
  • - You can also self-select skills that have not yet been proven. + You can also self select skills that have not yet been proven. These will display as skills without a checkmark.

    @@ -68,7 +68,7 @@ const HowSkillsWorkModal: FC = (props: HowSkillsWorkMod
  • The more opportunities our experts complete the higher they rate for associated skills
  • - Experts can also self-select skills that have not yet been proven. + Experts can also self select skills that have not yet been proven. These will display as skills without a checkmark.

    @@ -97,7 +97,7 @@ const HowSkillsWorkModal: FC = (props: HowSkillsWorkMod
  • The more opportunities our experts complete the higher they rate for associated skills
  • - Experts can also self-select skills that have not yet been proven. + Experts can also self select skills that have not yet been proven. These will display as skills without a checkmark.