Skip to content

Commit 0ca03d3

Browse files
committed
GAME-213
1 parent 7079068 commit 0ca03d3

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const SkillsNagModal = ({
3333

3434
<div styleName="header">
3535
<div styleName="title">
36-
<span>Profile Skills Reminder</span>
36+
<span>UPDATE PROFILE SKILLS</span>
3737
</div>
3838
<div styleName="icon" role="presentation" onClick={onCancel}>
3939
<IconClose />
@@ -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 at least <strong>{MIN_SKILLS_TO_REMIND} skills</strong> to your profile as soon as you can.
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.
142142
</span>
143143
</div>
144144

0 commit comments

Comments
 (0)