diff --git a/app/views/record-vaccinations/check.html b/app/views/record-vaccinations/check.html
index 1b959744..45c877ee 100644
--- a/app/views/record-vaccinations/check.html
+++ b/app/views/record-vaccinations/check.html
@@ -85,7 +85,7 @@
Patient
text: "Date of birth"
},
value: {
- text: (data.dateOfBirth | isoDateFromDateInput | govukDate)
+ html: (data.dateOfBirth | isoDateFromDateInput | govukDate) + "
(76 years old)"
},
actions: {
items: [
diff --git a/app/views/record-vaccinations/patient-history.html b/app/views/record-vaccinations/patient-history.html
index 7e3600b3..2b5bb47b 100644
--- a/app/views/record-vaccinations/patient-history.html
+++ b/app/views/record-vaccinations/patient-history.html
@@ -8,7 +8,7 @@
{% set dateOfBirthHtml %}
{% if data.dateOfBirth.day %}
{{ (data.dateOfBirth | isoDateFromDateInput | govukDate) }}
-
(75 years old)
+
(76 years old)
{% else %}
{{ (data.dateOfBirth | govukDate) }}
{% endif %}
@@ -78,7 +78,7 @@ Check {{ data.firstName }} {{ data.lastName }}’s d
},
{
key: {
- text: "Registered GP"
+ text: "GP surgery"
},
value: {
html: "Beech House surgery
1 Ash Tree Road
Knaresborough
HG5 0UB"