File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
app/views/record-vaccinations Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4141 "value": "AB2345",
4242 "text": "AB2345",
4343 hint: {
44- text: "Expires 14 April 2025"
44+ text: "Expires 14 August 2025"
4545 },
4646 checked: (data.vaccineBatch == "AB2345")
4747 },
4848 {
4949 "value": "DE8342",
5050 "text": "DE8342",
5151 hint: {
52- text: "Expires 19 April 2025"
52+ text: "Expires 19 August 2025"
5353 },
5454 checked: (data.vaccineBatch == "DE8342")
5555 },
5656 {
5757 "value": "LF842",
5858 "text": "LF842",
5959 hint: {
60- text: "Expires 28 April 2025"
60+ text: "Expires 28 August 2025"
6161 },
6262 checked: (data.vaccineBatch == "LF842")
6363 },
6464 {
6565 "value": "JD8352",
6666 "text": "JD8352",
6767 hint: {
68- text: "Expires 3 May 2025"
68+ text: "Expires 3 September 2025"
6969 },
7070 checked: (data.vaccineBatch == "JD8352")
7171 },
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ <h2 class="nhsuk-heading-m">Vaccination history</h2>
112112 rows: [
113113 [
114114 {
115- text: "1 December 2024 "
115+ text: "15 April 2025 "
116116 },
117117 {
118118 text: "COVID-19"
Original file line number Diff line number Diff line change 1515 < h1 class ="nhsuk-heading-l "> {{ data.patientName }} had a COVID-19 vaccine less than 3 months ago</ h1 >
1616
1717 < p >
18- {{ data.patientName }} had a COVID-19 vaccine on 1 December 2024 .
18+ {{ data.patientName }} had a COVID-19 vaccine on 15 April 2025 .
1919 </ p >
2020
2121 < p >
You can’t perform that action at this time.
0 commit comments