Skip to content

Commit

Permalink
Update learners label
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVelezLl committed Sep 30, 2024
1 parent b117f6a commit a51769c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
const tabsList = [
{
id: QuizzesTabs.REPORT,
label: this.coachString('reportLabel'),
label: this.coachString('learnersLabel'),
},
];
Expand All @@ -209,7 +209,7 @@
}
tabsList.forEach(tab => {
tab.to = this.classRoute('QuizSummaryPage', { quizId: this.quizId, tabId: tab.id });
tab.to = this.classRoute('QuizSummaryPage', { tabId: tab.id });
});
return tabsList;
Expand Down

0 comments on commit a51769c

Please sign in to comment.