Skip to content

Commit

Permalink
fix(sewage i18n): cases100k -> casesPer100k
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanb committed Jan 6, 2025
1 parent 188fb53 commit a89911d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/locales/sl.json
Original file line number Diff line number Diff line change
Expand Up @@ -1498,7 +1498,7 @@
},
"sewage": {
"title": "Virus in različice v odpadnih vodah",
"cases100k": "Primeri na 100.000 prebivalcev",
"casesPer100k": "Primeri na 100.000 prebivalcev",
"genomesRatio": "Deleži mutacij genoma",
"measurementsNIB": "Meritve NIB [do 28.2.2023]",
"estimatedCases": "Ocenjeno število primerov",
Expand All @@ -1508,7 +1508,6 @@
"concentrationGen2": "Razmerje SARS-CoV-2 gen N2 in PMMoV",
"muncipalitiesIncluded": "Aktivni in potrjeni primeri vključujejo podatke iz naslednjih občin, ki uporabljajo to čistilno napravo (ČN):",
"other": "Drugo",
"casesPer100k": "Primeri na 100.000 prebivalcev",
"titleMenu": "Odpadne vode"
},
"sources": {
Expand Down
2 changes: 1 addition & 1 deletion src/visualizations/SewageChart.fs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ type DisplayType =

member this.GetName =
match this with
| Cases100k -> chartText "cases100k"
| Cases100k -> chartText "casesPer100k"
| GenomesRatio -> chartText "genomesRatio"
| MeasurementsNIB -> chartText "measurementsNIB"

Expand Down

0 comments on commit a89911d

Please sign in to comment.