File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ const SumRow = ({statsToShow}) => {
290
290
</ TableCell >
291
291
< TableCell >
292
292
< Typography variant = "h6" >
293
- { statsToShowLength }
293
+ { statsToShowLength + ' ' + t ( 'stats:courses' ) }
294
294
</ Typography >
295
295
</ TableCell >
296
296
< TableCell align = "left" >
Original file line number Diff line number Diff line change 56
56
"promptCount" : " Prompts" ,
57
57
"courseStats" : " Course stats" ,
58
58
"sum" : " SUM:" ,
59
- "rags" : " Source materials"
59
+ "rags" : " Source materials" ,
60
+ "courses" : " courses"
60
61
},
61
62
"info" : {
62
63
"title" : " Instructions" ,
380
381
"nameLabel" : " Collection name" ,
381
382
"nameHelperText" : " Use a descriptive name (for example the full name of the course)"
382
383
}
383
- }
384
+ }
Original file line number Diff line number Diff line change 57
57
"studentCount" : " Opis" ,
58
58
"courseCodes" : " Kurssikoodit" ,
59
59
"sum" : " YHTEENSÄ:" ,
60
- "rags" : " Lähdemateriaalit"
60
+ "rags" : " Lähdemateriaalit" ,
61
+ "courses" : " kurssia"
61
62
},
62
63
"info" : {
63
64
"title" : " Käyttöohje" ,
382
383
"nameLabel" : " Kokoelman nimi" ,
383
384
"nameHelperText" : " Käytä kuvaavaa nimeä (esim. kurssin koko nimi)"
384
385
}
385
- }
386
+ }
You can’t perform that action at this time.
0 commit comments