Skip to content

Commit 2f99a03

Browse files
committed
TCA-1023 - update tooltip message
1 parent 3cb24c3 commit 2f99a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-ts/tools/learn/certification-details/certification-details-sidebar/CertificationDetailsSidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const CertificationDetailsSidebar: FC<CertificationDetailsSidebarProps> = (props
8484
<CompletionTimeRange range={props.certification.completionTimeRange} />
8585
<Tooltip
8686
content={renderTooltipContents(<IconSolid.ClockIcon />, [
87-
'Assuming 4 hour',
87+
'Assuming 1 to 4 hour',
8888
'learning per day',
8989
])}
9090
place='bottom'

0 commit comments

Comments
 (0)