diff --git a/app/views/mvp-patient-upload/error-patients-not-added.html b/app/views/mvp-patient-upload/error-patients-not-added.html index 4a7ab18..dbf7a4d 100644 --- a/app/views/mvp-patient-upload/error-patients-not-added.html +++ b/app/views/mvp-patient-upload/error-patients-not-added.html @@ -20,15 +20,28 @@
The CSV file should include a header row followed by data rows. The header row must include two columns: NHS number, Due date.
++ You must use a UK format for all due dates. +
For example:
- NHS number, Due date
1234567890, 2026-04-27
0987654321, 2026-11-12
+ NHS number, Due date
+ 1234567890, 27/04/2026
+ 0987654321, 11/12/2026
- Your file may have failed to upload because there was a problem with one or more NHS numbers in your file. NHS numbers must be valid, - contain 10 digits and only include numbers. + Your file may have failed if the due date for one or more records is: +
++ NHS numbers must be valid, contain 10 digits and only include numbers.
Check the data and upload a new CSV file.