Replace doesn't with does not

This commit is contained in:
karlchillmaid
2019-09-13 12:12:49 +01:00
committed by Chris Hill-Scott
parent 8dd58afe72
commit 535fb0e024

View File

@@ -376,7 +376,7 @@ def format_notification_status(status, template_type):
'failed': 'Failed',
'technical-failure': 'Technical failure',
'temporary-failure': 'Inbox not accepting messages right now',
'permanent-failure': 'Email address doesnt exist',
'permanent-failure': 'Email address does not exist',
'delivered': 'Delivered',
'sending': 'Sending',
'created': 'Sending',
@@ -386,7 +386,7 @@ def format_notification_status(status, template_type):
'failed': 'Failed',
'technical-failure': 'Technical failure',
'temporary-failure': 'Phone not accepting messages right now',
'permanent-failure': 'Phone number doesnt exist',
'permanent-failure': 'Phone number does not exist',
'delivered': 'Delivered',
'sending': 'Sending',
'created': 'Sending',