Make the formatting of postage times consistent

Make the formatting of postage times consistent with the rest of the service, and the GOV.UK style guide.
This commit is contained in:
karlchillmaid
2019-04-16 10:34:46 +01:00
committed by GitHub
parent 7a6579e8cb
commit 0bf1068a3e

View File

@@ -92,7 +92,7 @@ def view_job(service_id, job_id):
version=job['template_version']
)['data']
just_sent_message = 'Your {} been sent. Printing starts {} at 5.30pm.'.format(
just_sent_message = 'Your {} been sent. Printing starts {} at 5:30pm.'.format(
'letter has' if job['notification_count'] == 1 else 'letters have',
printing_today_or_tomorrow()
)