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 %} 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 %} 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 %} 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 %} 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 %}