Skip to content

Commit 8280ccf

Browse files
committed
fixed typo in skill nag modal
1 parent 5d2537e commit 8280ccf

File tree

1 file changed

+1
-1
lines changed
  • src/shared/components/Gamification/SkillsNagModal

1 file changed

+1
-1
lines changed

src/shared/components/Gamification/SkillsNagModal/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ const SkillsNagModal = ({
138138
</div>
139139
<span>
140140
{/* eslint-disable-next-line max-len */}
141-
Hey <strong>{handle}</strong>, we have noticed that you {skillCountStatement(keys(skills).length)} added to your profile. To be able to match you with the best opportunities at Topcoder, please add skills to that you have at least <strong>{MIN_SKILLS_TO_REMIND} skills</strong> listed in your profile.
141+
Hey <strong>{handle}</strong>, we have noticed that you {skillCountStatement(keys(skills).length)} added to your profile. To be able to match you with the best opportunities at Topcoder, please add skills so that you have at least <strong>{MIN_SKILLS_TO_REMIND} skills</strong> listed in your profile.
142142
</span>
143143
</div>
144144

0 commit comments

Comments
 (0)