Skip to content

Commit 424f683

Browse files
authored
Page title additions and edits.html (#244)
Added or edited page titles on 6 screens: - Review your answers (screen you go to if you do same vax another patient) - Pertussis warning - RSV warning - Product may not be suitable for this age warning - Refine your search - Patient details and history
1 parent 13cc8b4 commit 424f683

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

app/views/find-a-record/delete.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<div class="nhsuk-grid-column-two-thirds">
1919

2020

21-
<h1 class="nhsuk-heading-l">Are you sure you want to delete {{ vaccination.patient.name }}’s {{vaccination.vaccine}} record</h1>
21+
<h1 class="nhsuk-heading-l">Are you sure you want to delete {{ vaccination.patient.name }}’s {{vaccination.vaccine}} record?</h1>
2222

2323

2424
<p>Once deleted you will no longer be able to view or edit the record.</p>

app/views/vaccinate/patient-estimated-due-date-pertussis-warning.html

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

3-
{% set pageName = "Pertussis vaccine warning" %}
3+
{% set pageName = "Timing of pertussis vaccine warning" %}
44

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

app/views/vaccinate/patient-estimated-due-date-rsv-warning.html

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

3-
{% set pageName = "RSV vaccine warning" %}
3+
{% set pageName = "Timing of RSV vaccine warning" %}
44

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

app/views/vaccinate/patient-history.html

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

3-
{% set pageName = "Check the patient details" %}
3+
{% set pageName = "Check the patient's details" %}
44

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

app/views/vaccinate/refine-search-result.html

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

3-
{% set pageName = "No results found" %}
3+
{% set pageName = "Refine your search" %}
44

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

app/views/vaccinate/review-previous.html

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

3-
{% set pageName = "TODO" %}
3+
{% set pageName = "Review your previous answers" %}
44

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

app/views/vaccinate/warning-wrong-age-for-product.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
{% extends 'layout.html' %}
33

4-
{% set pageName = "The vaccine product may not be recommended for someone this age" %}
4+
{% set pageName = "Vaccine product suitability warning" %}
55

66
{% set currentSection = "vaccinate" %}
77

0 commit comments

Comments
 (0)