Skip to content

Commit 00ed4a4

Browse files
authored
Changed H1 and page title on batch and product screens (#416)
Changed 'Which batch was used?' to 'Which batch was it?' (consistent with the retrospective journey) And added 'product' to the H1 for editing the product. So the H1 is now: Which ((vaccination type)) vaccine product was it?
1 parent 7c5f7f6 commit 00ed4a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/views/records/batch.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends 'layout.html' %}
22

3-
{% set pageName = "Which batch was used? – Records" %}
3+
{% set pageName = "Which batch was it? – Records" %}
44

55
{% set currentSection = "records" %}
66

@@ -23,7 +23,7 @@
2323
"name": "batchNumber",
2424
"fieldset": {
2525
"legend": {
26-
"text": ("Which batch was used?" if vaccination.vaccinationToday == 'yes' else "Which batch was used?"),
26+
"text": "Which batch was it?",
2727
"classes": "nhsuk-fieldset__legend--l",
2828
"isPageHeading": true
2929
}

app/views/records/choose-product.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
name: "vaccineProduct",
2424
fieldset: {
2525
legend: {
26-
text: "Which " + vaccination.vaccine + " vaccine did you give?",
26+
text: "Which " + vaccination.vaccine + " vaccine product was it?",
2727
classes: "nhsuk-fieldset__legend--l",
2828
isPageHeading: true
2929
}

0 commit comments

Comments
 (0)