Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/routes/record-vaccinations.js
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ module.exports = router => {

nextPage = "/record-vaccinations/patient-estimated-due-date"

} else if (data.vaccine == "flu" && data.eligibility === "Health or social care worker") {
} else if (data.vaccine == "flu" && data.eligibility === "Healthcare worker") {

nextPage = "/record-vaccinations/healthcare-worker"

Expand Down
2 changes: 1 addition & 1 deletion app/views/record-vaccinations/review-previous.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ <h1 class="nhsuk-heading-l"><span class="nhsuk-caption-l">{{ data.firstName }} {
}
]
}
} if (data.eligibility == "Health or social care worker"),
} if (data.eligibility == "Healthcare worker"),
{
key: {
text: "Location"
Expand Down