Skip to content

Commit

Permalink
Merge pull request #1370 from openedx/saleem-latif/ENT-9809
Browse files Browse the repository at this point in the history
ENT-9808:  Updated the text according to customer feedback.
  • Loading branch information
saleem-latif authored Jan 9, 2025
2 parents 1fa9064 + 23e338a commit f3f1434
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 f3f1434

Please sign in to comment.