From a5d9d6225004770090dcef076bc9f911993a8f84 Mon Sep 17 00:00:00 2001 From: Ivo Branco Date: Thu, 26 Mar 2026 23:59:55 +0000 Subject: [PATCH] fix: translation message On the progress page instead of showing: `Your current weighted grade summary` at least on pt_PT locale it was shown the tooltip message. --- src/course-home/progress-tab/grades/messages.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/course-home/progress-tab/grades/messages.ts b/src/course-home/progress-tab/grades/messages.ts index 27543744..53bafa58 100644 --- a/src/course-home/progress-tab/grades/messages.ts +++ b/src/course-home/progress-tab/grades/messages.ts @@ -224,7 +224,7 @@ const messages = defineMessages({ description: 'It the text precede the sum of weighted grades of all the assignment', }, weightedGradeSummaryTooltip: { - id: 'progress.weightedGradeSummary', + id: 'progress.weightedGradeSummaryTooltip', defaultMessage: 'Your raw weighted grade summary is {rawGrade} and rounds to {roundedGrade}.', description: 'Tooltip content that explains the rounding of the summary versus individual assignments', },