From ba3935f45e20cdf05d3dd834ecfa1b75edfed2a1 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Wed, 18 Sep 2019 14:50:38 +0100 Subject: [PATCH] Add 'Printed' status --- app/templates/views/message-status.html | 1 + 1 file changed, 1 insertion(+) diff --git a/app/templates/views/message-status.html b/app/templates/views/message-status.html index 6cb8e65ae..0f34b2a43 100644 --- a/app/templates/views/message-status.html +++ b/app/templates/views/message-status.html @@ -81,6 +81,7 @@ ) %} {% for message_length, charge in [ ('Sent', 'Notify has sent the letter to the provider to be printed.'), + ('Printed', 'The provider has printed the letter. Letters are printed at 5:30pm and dispatched the next working day.'), ('Cancelled', 'Sending cancelled. Your letter will not be printed or dispatched.'), ('Technical failure', 'Notify had an unexpected error while sending the letter to our printing provider.'), ] %}