Skip to content

Commit e061248

Browse files
committed
fix for issue #4404
1 parent b52e14c commit e061248

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ 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',
2324
CONCEPTUALIZATION: 'Discover and define user stories and requirements',
2425
DESIGN_FIRST_2_FINISH: 'Be the first to deliver the design solution',
2526
FIRST_2_FINISH: 'Be the first to deliver the development solution',
@@ -43,6 +44,8 @@ const HEADER = {
4344
BANNERS_OR_ICONS: 'Banners/Icons (BI)',
4445
BUG_HUNT: 'Bug Hunt (BH)',
4546
CODE: 'Code (Cd)',
47+
DEVELOPMENT: 'Development (Dv)',
48+
TEST_SUITES: 'Test Suites (TS)',
4649
CONCEPTUALIZATION: 'Conceptualization (Cn)',
4750
DESIGN_FIRST_2_FINISH: 'Design First2Finish(DF2F)',
4851
FIRST_2_FINISH: 'First2Finish (F2F)',

0 commit comments

Comments
 (0)