Treat permanent failure for letters the same as cancelled

This commit is contained in:
Chris Hill-Scott
2019-01-14 09:57:36 +00:00
parent c1158d7d70
commit 5c4ff09d48
3 changed files with 3 additions and 3 deletions

View File

@@ -365,7 +365,7 @@ def format_notification_status(status, template_type):
'failed': '',
'technical-failure': 'Technical failure',
'temporary-failure': '',
'permanent-failure': 'Cancelled',
'permanent-failure': '',
'delivered': '',
'received': '',
'accepted': '',