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:
committed by
Adolfo R. Brandes
parent
d77f39fbdb
commit
a5d9d62250
@@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user