Skip to content

Commit

Permalink
Merge branch 'master' into kiram15/ENT-9849
Browse files Browse the repository at this point in the history
  • Loading branch information
kiram15 authored Jan 9, 2025
2 parents e5f0c0d + f3f1434 commit 98a1942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/AdvanceAnalyticsV2/tabs/Leaderboard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const Leaderboard = ({ startDate, endDate, enterpriseId }) => {
})}
tableSubtitle={intl.formatMessage({
id: 'advance.analytics.leaderboard.tab.datatable.leaderboard.subtitle',
defaultMessage: 'See the top learners by different measures of engagement. The results are defaulted to sort by learning hours. Download the full CSV below to sort by other metrics.',
defaultMessage: 'Explore the top learners ranked by engagement metrics. The list is sorted by learning hours by default. To dive deeper, download the full CSV to explore and sort by other metrics. *Only learners who have passed the course and completed at least one engagement activity (watching a video, submitting a problem, or posting in forums) are included.',
description: 'Subtitle for the leaderboard datatable.',
})}
startDate={startDate}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ describe('Leaderboard Component', () => {
{
className: '.leaderboard-datatable-container',
title: 'Leaderboard',
subtitle: 'See the top learners by different measures of engagement. The results are defaulted to sort by learning hours. Download the full CSV below to sort by other metrics.',
subtitle: 'Explore the top learners ranked by engagement metrics. The list is sorted by learning hours by default. To dive deeper, download the full CSV to explore and sort by other metrics. *Only learners who have passed the course and completed at least one engagement activity (watching a video, submitting a problem, or posting in forums) are included.',
},
];

Expand Down

0 comments on commit 98a1942

Please sign in to comment.