From b1363a5526f7ecd023d334dcadbcc7b48bbf2df5 Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Mon, 17 Aug 2026 18:15:31 +0100 Subject: [PATCH 1/5] Update NHS number example in vaccination form --- app/views/record-vaccinations/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/record-vaccinations/index.html b/app/views/record-vaccinations/index.html index f6d073fb..e4b012af 100644 --- a/app/views/record-vaccinations/index.html +++ b/app/views/record-vaccinations/index.html @@ -34,7 +34,7 @@ }, value: data.nhsNumber, hint: { - text: "For example, 485 777 3456" + text: "For example, 999 123 4567" } }) }} {% endset %} From 404d42ff9cc234336f755bebbb1b9ac2ce91329f Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Mon, 17 Aug 2026 18:21:02 +0100 Subject: [PATCH 2/5] Update NHS number example --- app/views/record-vaccinations/patient.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/record-vaccinations/patient.html b/app/views/record-vaccinations/patient.html index bb9b8aea..d840577d 100644 --- a/app/views/record-vaccinations/patient.html +++ b/app/views/record-vaccinations/patient.html @@ -60,7 +60,7 @@ }, value: data.nhsNumber, hint: { - text: "For example, 485 777 3456" + text: "For example, 999 123 4567" } }) }} {% endset %} From 8f2746611f46291dc654fa9462ff26fe363aac9d Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Tue, 18 Aug 2026 08:50:00 +0100 Subject: [PATCH 3/5] Update example NHS number in vaccine notification --- app/views/messaging/new-vaccine-notification.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/messaging/new-vaccine-notification.html b/app/views/messaging/new-vaccine-notification.html index 40d86c36..a6b06b89 100644 --- a/app/views/messaging/new-vaccine-notification.html +++ b/app/views/messaging/new-vaccine-notification.html @@ -43,7 +43,7 @@ }, value: data.nhsNumber, hint: { - text: "For example, 485 777 3456" + text: "For example, 999 123 4567" } }) }} {% endset %} From a76cebebb4f7b49e64438f9a64cb754d7b1a262a Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Tue, 18 Aug 2026 08:50:50 +0100 Subject: [PATCH 4/5] Update NHS number example in vaccine notification --- app/views/messaging/vaccine-removed-notification.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/messaging/vaccine-removed-notification.html b/app/views/messaging/vaccine-removed-notification.html index be1661e9..7568c397 100644 --- a/app/views/messaging/vaccine-removed-notification.html +++ b/app/views/messaging/vaccine-removed-notification.html @@ -42,7 +42,7 @@ }, value: data.nhsNumber, hint: { - text: "For example, 485 777 3456" + text: "For example, 999 123 4567" } }) }} {% endset %} From 3eb4cb7a06aedd1d0807f744dc8e1b63cf80a101 Mon Sep 17 00:00:00 2001 From: Anna-Sutton Date: Tue, 18 Aug 2026 08:51:57 +0100 Subject: [PATCH 5/5] Update nhsNumber example in deactivated.html --- app/views/records/deactivated.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/records/deactivated.html b/app/views/records/deactivated.html index 96d2cc7c..ce3ba430 100644 --- a/app/views/records/deactivated.html +++ b/app/views/records/deactivated.html @@ -25,7 +25,7 @@

Records

value: data.nhsNumber, hint: { - text: "For example, 485 777 3456" + text: "For example, 999 123 4567" } }) }} {% endset %}