Skip to content

Commit 3dcbebd

Browse files
authored
Merge pull request #4417 from simranb86/issue_4404
fix for issue #4404
2 parents e7b7465 + 88dd5fa commit 3dcbebd

File tree

1 file changed

+4
-0
lines changed
  • src/shared/components/challenge-listing/Tooltips/TrackAbbreviationTooltip

1 file changed

+4
-0
lines changed

src/shared/components/challenge-listing/Tooltips/TrackAbbreviationTooltip/index.jsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ const DESCRIPTION = {
2020
BANNERS_OR_ICONS: 'Design UI assets for use in web, mobile, print, and other digital formats',
2121
BUG_HUNT: 'Quickly find Bugs in apps, websites',
2222
CODE: 'Develop code for apps, services, etc. Final fixes are not included',
23+
DEVELOPMENT: 'Develop code for apps, services, etc. Final fixes are not included',
24+
TEST_SUITES: 'Develop test cases to be used to validate apps, website, etc.',
2325
CONCEPTUALIZATION: 'Discover and define user stories and requirements',
2426
DESIGN_FIRST_2_FINISH: 'Be the first to deliver the design solution',
2527
FIRST_2_FINISH: 'Be the first to deliver the development solution',
@@ -43,6 +45,8 @@ const HEADER = {
4345
BANNERS_OR_ICONS: 'Banners/Icons (BI)',
4446
BUG_HUNT: 'Bug Hunt (BH)',
4547
CODE: 'Code (Cd)',
48+
DEVELOPMENT: 'Development (Dv)',
49+
TEST_SUITES: 'Test Suites (TS)',
4650
CONCEPTUALIZATION: 'Conceptualization (Cn)',
4751
DESIGN_FIRST_2_FINISH: 'Design First2Finish(DF2F)',
4852
FIRST_2_FINISH: 'First2Finish (F2F)',

0 commit comments

Comments
 (0)