Skip to content

Commit 578aebe

Browse files
VIA-761 MD Add missing dot at the end of the sentence on COVID-19 page for open campaign
1 parent d8cccba commit 578aebe

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

core

1.76 MB
Binary file not shown.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ describe("buildFilteredContentForCovid19Vaccine", () => {
6464
type: ActionDisplayType.nbsAuthLinkButtonWithInfo,
6565
content: [
6666
"### Book an appointment online",
67-
"You can book an appointment online at some pharmacies, GP surgeries and vaccination centres",
67+
"You can book an appointment online at some pharmacies, GP surgeries and vaccination centres.",
6868
].join("\n\n") as Content,
6969
button: {
7070
label: "Book, cancel or change an appointment" as Label,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ async function _buildActions(): Promise<Action[]> {
5151
type: ActionDisplayType.nbsAuthLinkButtonWithInfo,
5252
content: [
5353
"### Book an appointment online",
54-
"You can book an appointment online at some pharmacies, GP surgeries and vaccination centres",
54+
"You can book an appointment online at some pharmacies, GP surgeries and vaccination centres.",
5555
].join("\n\n") as Content,
5656
button: { label: "Book, cancel or change an appointment" as Label, url: nbsURL },
5757
};

0 commit comments

Comments
 (0)