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.
This commit is contained in:
Ivo Branco
2026-03-26 23:59:55 +00:00
committed by Adolfo R. Brandes
parent d77f39fbdb
commit a5d9d62250

View File

@@ -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',
},