Skip to content

Commit 097ef64

Browse files
committed
Fix translation
1 parent 0af043c commit 097ef64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/PointsBalloon/PartProgress.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const PartProgress = ({ name, data, appliesForStudyRight, t }) => {
6969
})
7070
let totalProgress = Math.floor((nPointsSum / maxPointsSum) * 100) / 100
7171
allChartData.push({
72-
tool: "Tehtäväpisteet yhteensä",
72+
tool: "Total points",
7373
progress: Math.floor(totalProgress * 100 + 0.000000001),
7474
n_points: nPointsSum,
7575
max_points: maxPointsSum,

0 commit comments

Comments
 (0)