Skip to content

Commit 03e1d64

Browse files
Change Healthcare worker role to Role (#446)
1 parent aca8965 commit 03e1d64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/record-vaccinations/check.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ <h2 class="nhsuk-heading-m">Vaccination</h2>
285285
} if (data.vaccine != "Pertussis"),
286286
{
287287
key: {
288-
text: "Healthcare worker role"
288+
text: "Role"
289289
},
290290
value: {
291291
html: data.healthcareWorker
@@ -295,7 +295,7 @@ <h2 class="nhsuk-heading-m">Vaccination</h2>
295295
{
296296
href: "/record-vaccinations/healthcare-worker",
297297
text: "Change",
298-
visuallyHiddenText: "healthcare worker role"
298+
visuallyHiddenText: "role"
299299
}
300300
]
301301
}

0 commit comments

Comments
 (0)