Skip to content

Commit 6f257b0

Browse files
committed
fix for issue #4404
1 parent 30a7f73 commit 6f257b0

File tree

1 file changed

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

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,11 @@ const DESCRIPTION = {
2222
CODE: 'Develop code for apps, services, etc. Final fixes are not included',
2323
DEVELOPMENT: 'Develop code for apps, services, etc. Final fixes are not included',
2424
TEST_SCENARIOS: 'Provide simple, easy information about what to test',
25-
RIA_BUILD_COMPETITION: '',
2625
CONTENT_CREATION: 'Generate topic ideas as a blog, video, infographic, or other format',
2726
SPECIFICATION: 'Document requirements to be satisfied for design, product, or service',
2827
TASK: 'An assigned piece of work',
29-
AUTOMATED_TESTING: '',
30-
COPILOT_POSTING: '',
28+
AUTOMATED_TESTING: 'Challenges were submissions are auto-scored against a set of automated test cases',
29+
COPILOT_POSTING: 'A post made to the copilot community which asks them to come back with a proposal for your project. This proposal typically includes a suggested gameplan, an estimated budget and their take on what approach to use.',
3130
DESIGN: 'Prepare the visual sketch or the plans for a website, feature, app, etc',
3231
TEST_SUITES: 'Develop test cases to be used to validate apps, website, etc.',
3332
CONCEPTUALIZATION: 'Discover and define user stories and requirements',
@@ -56,10 +55,9 @@ const HEADER = {
5655
DEVELOPMENT: 'Development (Dv)',
5756
TEST_SUITES: 'Test Suites (TS)',
5857
TEST_SCENARIOS: 'Test Scenarios (Ts)',
59-
RIA_BUILD_COMPETITION: 'Ria Build Competition (RB)',
6058
CONTENT_CREATION: 'Content Creation (CC)',
6159
SPECIFICATION: 'Specification (Sp)',
62-
TASK: 'Task',
60+
TASK: 'Task (Tk)',
6361
AUTOMATED_TESTING: 'Automated Testing (AT)',
6462
COPILOT_POSTING: 'Copilot Posting (CP)',
6563
DESIGN: 'Design (Ds)',

0 commit comments

Comments
 (0)