Skip to content

Commit 8074d98

Browse files
VIA-937 SP/DB Covid SS content changes (#605)
Co-authored-by: Sophie Poole <259036869+sophiepoole-nhs@users.noreply.github.com>
1 parent a561b97 commit 8074d98

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

src/services/content-api/parsers/custom/covid-19.test.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,15 @@ describe("buildFilteredContentForCovid19Vaccine", () => {
3737
content: [
3838
"## If this applies to you",
3939
"You can book a COVID-19 vaccination appointment online now.",
40-
"Vaccination appointments will take place from 13 April.",
40+
"Vaccination appointments will take place from 13 April 2026.",
4141
].join("\n\n") as Content,
4242
button: {
4343
label: "Book, cancel or change an appointment" as Label,
4444
url: new URL("https://test-nbs-url.example.com/sausages") as ButtonUrl,
4545
},
4646
moreInfo: [
4747
"From 13 April, you may also be able to get vaccinated at:",
48-
"* your GP surgery\n* a walk-in COVID-19 vaccination site\n* your care home (if you live in a care home)",
49-
"You do not need to wait for an invitation before booking an appointment.",
48+
"* a walk-in COVID-19 vaccination site\n* a local service, such as a community pharmacy or your GP surgery\n* your care home (if you live in a care home)",
5049
].join("\n\n") as Content,
5150
},
5251
];

src/services/content-api/parsers/custom/covid-19.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const buildFilteredContentForCovid19Vaccine = async (apiContent: string):
4242
const recommendation: HeadingWithContent = {
4343
heading: "The COVID-19 vaccine is recommended if you:",
4444
content: [
45-
"* are aged 75 or over",
45+
"* are aged 75 or over (including those who will be 75 by 30 June 2026)",
4646
"* are aged 6 months to 74 years and have a weakened immune system because of a health condition or treatment",
4747
"* live in a care home for older adults",
4848
].join("\n"),
@@ -95,13 +95,12 @@ async function _buildPreOpenActions(): Promise<Action[]> {
9595
content: [
9696
"## If this applies to you",
9797
"You can book a COVID-19 vaccination appointment online now.",
98-
"Vaccination appointments will take place from 13 April.",
98+
"Vaccination appointments will take place from 13 April 2026.",
9999
].join("\n\n") as Content,
100100
button: { label: "Book, cancel or change an appointment" as Label, url: nbsURL },
101101
moreInfo: [
102102
"From 13 April, you may also be able to get vaccinated at:",
103-
"* your GP surgery\n* a walk-in COVID-19 vaccination site\n* your care home (if you live in a care home)",
104-
"You do not need to wait for an invitation before booking an appointment.",
103+
"* a walk-in COVID-19 vaccination site\n* a local service, such as a community pharmacy or your GP surgery\n* your care home (if you live in a care home)",
105104
].join("\n\n") as Content,
106105
};
107106

0 commit comments

Comments
 (0)