mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-05 08:31:00 -04:00
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:
@@ -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()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user