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

Commit

Permalink
feat(vaccination-grade): add new keys for archived title and descript…
Browse files Browse the repository at this point in the history
…ion (#4336)
hasan-ozaynaci authored Jul 25, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent a36c2d2 commit 8ce1f59
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/app/src/pages/landelijk/vaccinaties.tsx
Original file line number Diff line number Diff line change
@@ -313,7 +313,7 @@ const VaccinationPage = (props: StaticProps<typeof getStaticProps>) => {
<BoosterShotCoveragePerAgeGroup
text={textNl.vaccination_coverage}
title={textNl.vaccination_coverage.title}
description={textNl.vaccination_coverage.toelichting}
description={textNl.vaccination_coverage.description}
sortingOrder={[
'80+',
'70-79',
@@ -425,8 +425,8 @@ const VaccinationPage = (props: StaticProps<typeof getStaticProps>) => {

<VaccineCoveragePerAgeGroup
text={textNl.vaccination_coverage}
title={textNl.vaccination_coverage.title}
description={textNl.vaccination_coverage.toelichting}
title={textNl.archived.vaccination_coverage.title}
description={textNl.archived.vaccination_coverage.description}
sortingOrder={[
'81+',
'71-80',
4 changes: 4 additions & 0 deletions packages/cms/src/lokalize/key-mutations.csv
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
timestamp,action,key,document_id,move_to
2022-07-25T12:05:15.460Z,add,pages.vaccinationsPage.nl.archived.vaccination_coverage.title,pSO29YJFzVDfBLprQK2naM,__
2022-07-25T12:05:16.484Z,add,pages.vaccinationsPage.nl.archived.vaccination_coverage.description,pSO29YJFzVDfBLprQK2nsV,__
2022-07-25T12:05:16.485Z,move,pages.vaccinationsPage.nl.vaccination_coverage.toelichting,jF33EuwumlGuwav2FD4660,pages.vaccinationsPage.nl.vaccination_coverage.description
2022-07-25T12:05:16.486Z,move,pages.vaccinationsPage.nl.vaccination_coverage.toelichting_booster_shot,hqivmGf8UPzCLjKFjHrGgv,pages.vaccinationsPage.nl.vaccination_coverage.description_booster_shot

0 comments on commit 8ce1f59

Please sign in to comment.