diff --git a/packages/app/src/pages/landelijk/vaccinaties.tsx b/packages/app/src/pages/landelijk/vaccinaties.tsx index edf23e10d9..f91b91ced5 100644 --- a/packages/app/src/pages/landelijk/vaccinaties.tsx +++ b/packages/app/src/pages/landelijk/vaccinaties.tsx @@ -165,10 +165,6 @@ function VaccinationPage(props: StaticProps) { const lastInsertionDateOfPage = getLastInsertionDateOfPage(currentData, pageMetrics); - const variables = { - regio: commonTexts.choropleth.choropleth_vaccination_coverage.nl, - }; - return ( @@ -282,8 +278,8 @@ function VaccinationPage(props: StaticProps) { data={choropleth.gm} dataOptions={{ getLink: (gmcode) => reverseRouter.gm.vaccinaties(gmcode), isPercentage: true }} text={{ - title: replaceVariablesInText(commonTexts.choropleth.choropleth_vaccination_coverage.nl.title, variables), - description: replaceVariablesInText(commonTexts.choropleth.choropleth_vaccination_coverage.nl.description, variables), + title: commonTexts.choropleth.choropleth_vaccination_coverage.nl.title, + description: commonTexts.choropleth.choropleth_vaccination_coverage.nl.description, vaccinationKindLabel: commonTexts.choropleth.vaccination_coverage.shared.dropdown_label_vaccination_coverage_kind_select, ageGroupLabel: commonTexts.choropleth.vaccination_coverage.shared.dropdown_label_age_group_select, }}