File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1498
1498
},
1499
1499
"sewage" : {
1500
1500
"title" : " Virus in različice v odpadnih vodah" ,
1501
- "cases100k " : " Primeri na 100.000 prebivalcev" ,
1501
+ "casesPer100k " : " Primeri na 100.000 prebivalcev" ,
1502
1502
"genomesRatio" : " Deleži mutacij genoma" ,
1503
1503
"measurementsNIB" : " Meritve NIB [do 28.2.2023]" ,
1504
1504
"estimatedCases" : " Ocenjeno število primerov" ,
1508
1508
"concentrationGen2" : " Razmerje SARS-CoV-2 gen N2 in PMMoV" ,
1509
1509
"muncipalitiesIncluded" : " Aktivni in potrjeni primeri vključujejo podatke iz naslednjih občin, ki uporabljajo to čistilno napravo (ČN):" ,
1510
1510
"other" : " Drugo" ,
1511
- "casesPer100k" : " Primeri na 100.000 prebivalcev" ,
1512
1511
"titleMenu" : " Odpadne vode"
1513
1512
},
1514
1513
"sources" : {
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ type DisplayType =
52
52
53
53
member this.GetName =
54
54
match this with
55
- | Cases100k -> chartText " cases100k "
55
+ | Cases100k -> chartText " casesPer100k "
56
56
| GenomesRatio -> chartText " genomesRatio"
57
57
| MeasurementsNIB -> chartText " measurementsNIB"
58
58
You can’t perform that action at this time.
0 commit comments