Skip to content

Commit 69688c0

Browse files
committed
fix for issue #4404
1 parent 7cb6c5c commit 69688c0

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const DESCRIPTION = {
2323
DEVELOPMENT: 'Develop code for apps, services, etc. Final fixes are not included',
2424
TEST_SCENARIOS: 'Provide simple, easy information about what to test',
2525
CONTENT_CREATION: 'Generate topic ideas as a blog, video, infographic, or other format',
26-
IDEA_GENERATION: 'Generate ideas as a blog, video, infographic, or other format',
26+
IDEA_GENERATION: 'Generate feasible concepts for products, apps, features, etc',
2727
SPECIFICATION: 'Document requirements to be satisfied for design, product, or service',
2828
TASK: 'An assigned piece of work',
2929
AUTOMATED_TESTING: 'Challenges were submissions are auto-scored against a set of automated test cases',

0 commit comments

Comments
 (0)