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

Commit

Permalink
fix(COR-1784): New key for last column vaccine coverage (#4897)
Browse files Browse the repository at this point in the history
Co-authored-by: VWSCoronaDashboard29 <B>
  • Loading branch information
ben-van-eekelen authored Oct 10, 2023
1 parent b2d6599 commit b31f4ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const Autumn2022ShotCoveragePerAgeGroup = ({ title, description, metadata
headerText={{
firstColumn: text.headers.agegroup,
secondColumn: text.headers.autumn_2022_shot,
thirdColumn: text.headers.fully_vaccinated,
thirdColumn: text.headers.autumn_2022_shot_bar,
}}
tableData={sortedData}
percentageData={percentageData}
Expand Down
1 change: 1 addition & 0 deletions packages/cms/src/lokalize/key-mutations.csv
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ timestamp,action,key,document_id,move_to
2023-10-10T12:55:06.790Z,add,pages.vaccinations_page.nl.vaccination_coverage.title_autumn_2022_shot,Lfn0X6iH0v4r6Hw7fQhx7Z,__
2023-10-10T12:55:07.777Z,add,pages.vaccinations_page.nl.vaccination_coverage.title_archived,rohM7ceZTOpkR9JaOOFM43,__
2023-10-10T12:55:07.777Z,delete,pages.vaccinations_page.nl.vaccination_coverage.title,jF33EuwumlGuwav2FD464K,__
2023-10-10T14:25:44.020Z,add,pages.vaccinations_page.nl.vaccination_coverage.headers.autumn_2022_shot_bar,Lfn0X6iH0v4r6Hw7fQm9gU,__

0 comments on commit b31f4ff

Please sign in to comment.