We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c98f49 + 4bcd66e commit e4dffb9Copy full SHA for e4dffb9
src-ts/tools/learn/course-details/course-curriculum/curriculum-summary/CurriculumSummary.tsx
@@ -21,7 +21,7 @@ const CurriculumSummary: FC<CurriculumSummaryProps> = (props: CurriculumSummaryP
21
const inProgress: boolean|undefined = props.inProgress
22
const completed: boolean|undefined = props.completed
23
24
- const mainBtnLabel: string = !props.isLoggedIn ? 'Log in' : (
+ const mainBtnLabel: string = !props.isLoggedIn ? 'Log in & start' : (
25
completed ? 'Review' : (
26
inProgress ? 'Resume' : 'Start Course'
27
)
0 commit comments