Skip to content

Commit

Permalink
chore: Updated the text according to customer feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
saleem-latif authored and katrinan029 committed Jan 11, 2025
1 parent 17dd068 commit 9d8dc70
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 9d8dc70

Please sign in to comment.