Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
fix(reproduction number): fix cms keys
Browse files Browse the repository at this point in the history
  • Loading branch information
VWSCoronaDashboard21 authored and VWSCoronaDashboard21 committed Jul 6, 2023
1 parent fe36914 commit 90ab1e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cms-v2/src/elements/schemas/shared/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const titleByMetricName: Partial<Record<MetricName, string>> = {
sewer: 'Rioolwater metingen',
hospital_nice: 'Ziekenhuisopnames',
intensive_care_nice: 'IC-opnames',
reproduction: 'Reproduciegetal',
reproduction_archived_20230711: 'Reproductiegetal',
vaccine_coverage_per_age_group: 'Vaccinatiegraad (per leeftijd)',
vaccine_administered: 'Gezette prikken',
vaccine_coverage: 'Vaccinatiegraad',
Expand Down
2 changes: 1 addition & 1 deletion packages/cms/src/studio/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const titleByMetricName: Partial<Record<MetricName, string>> = {
named_difference: 'Verschil',
nursing_home_archived_20230126: 'Verpleeghuizen',
repeating_shot_administered: 'Gezette herhaalprikken',
reproduction: 'Reproduciegetal',
reproduction_archived_20230711: 'Reproductiegetal',
self_test_overall: 'Zelfgerapporteerde positieve coronatestuitslagen',
sewer_per_installation: 'Virusdeeltjes in rioolwater',
sewer: 'Rioolwater metingen',
Expand Down

0 comments on commit 90ab1e3

Please sign in to comment.