Skip to content

Commit 71c28b2

Browse files
authored
Updated batch expiry dates (#308)
Updated batch expiry dates so they are in the future.
1 parent 4979d19 commit 71c28b2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

app/views/record-vaccinations/batch.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,31 +41,31 @@
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
},

app/views/record-vaccinations/patient-history.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

app/views/record-vaccinations/warning.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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&nbsp;December 2024.
18+
{{ data.patientName }} had a COVID-19 vaccine on 15 April 2025.
1919
</p>
2020

2121
<p>

0 commit comments

Comments
 (0)