We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0af043c commit 097ef64Copy full SHA for 097ef64
1 file changed
src/components/PointsBalloon/PartProgress.js
@@ -69,7 +69,7 @@ const PartProgress = ({ name, data, appliesForStudyRight, t }) => {
69
})
70
let totalProgress = Math.floor((nPointsSum / maxPointsSum) * 100) / 100
71
allChartData.push({
72
- tool: "Tehtäväpisteet yhteensä",
+ tool: "Total points",
73
progress: Math.floor(totalProgress * 100 + 0.000000001),
74
n_points: nPointsSum,
75
max_points: maxPointsSum,
0 commit comments