Skip to content

Commit 368336f

Browse files
fix: use correct ID for grade tooltip for proper translations
1 parent 89d5d3c commit 368336f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/course-home/progress-tab/grades/messages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ const messages = defineMessages({
204204
description: 'It the text precede the sum of weighted grades of all the assignment',
205205
},
206206
weightedGradeSummaryTooltip: {
207-
id: 'progress.weightedGradeSummary',
207+
id: 'progress.weightedGradeSummaryTooltip',
208208
defaultMessage: 'Your raw weighted grade summary is {rawGrade} and rounds to {roundedGrade}.',
209209
description: 'Tooltip content that explains the rounding of the summary versus individual assignments',
210210
},

0 commit comments

Comments
 (0)