Merge pull request #3578 from alphagov/update-sent-status-label

Update sent status label
This commit is contained in:
karlchillmaid
2020-09-17 13:16:41 +01:00
committed by GitHub
4 changed files with 17 additions and 4 deletions

View File

@@ -435,7 +435,7 @@ def format_notification_status(status, template_type):
'sending': 'Sending',
'created': 'Sending',
'pending': 'Sending',
'sent': 'Sent internationally'
'sent': 'Sent to an international number'
},
'letter': {
'failed': '',
@@ -479,7 +479,10 @@ def format_notification_status_as_field_status(status, notification_type):
'virus-scan-failed': 'error',
'returned-letter': None,
'cancelled': 'error',
}
},
'sms': {
'sent': 'sent-international'
},
}.get(
notification_type,
{