From 27421a255694fa591fd3a3302ea01748d5269157 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Wed, 18 Sep 2019 15:04:05 +0100 Subject: [PATCH] Update status description --- app/templates/views/message-status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/message-status.html b/app/templates/views/message-status.html index 5ab918283..a04171210 100644 --- a/app/templates/views/message-status.html +++ b/app/templates/views/message-status.html @@ -81,7 +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 printed at 5:30pm are dispatched the next working day.'), + ('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.'), ] %}