We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b52e14c commit e061248Copy full SHA for e061248
src/shared/components/challenge-listing/Tooltips/TrackAbbreviationTooltip/index.jsx
@@ -20,6 +20,7 @@ const DESCRIPTION = {
20
BANNERS_OR_ICONS: 'Design UI assets for use in web, mobile, print, and other digital formats',
21
BUG_HUNT: 'Quickly find Bugs in apps, websites',
22
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
CONCEPTUALIZATION: 'Discover and define user stories and requirements',
25
DESIGN_FIRST_2_FINISH: 'Be the first to deliver the design solution',
26
FIRST_2_FINISH: 'Be the first to deliver the development solution',
@@ -43,6 +44,8 @@ const HEADER = {
43
44
BANNERS_OR_ICONS: 'Banners/Icons (BI)',
45
BUG_HUNT: 'Bug Hunt (BH)',
46
CODE: 'Code (Cd)',
47
+ DEVELOPMENT: 'Development (Dv)',
48
+ TEST_SUITES: 'Test Suites (TS)',
49
CONCEPTUALIZATION: 'Conceptualization (Cn)',
50
DESIGN_FIRST_2_FINISH: 'Design First2Finish(DF2F)',
51
FIRST_2_FINISH: 'First2Finish (F2F)',
0 commit comments