mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-11 09:28:27 -04:00
Treat permanent failure for letters the same as cancelled
This commit is contained in:
@@ -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': '',
|
||||
|
||||
Reference in New Issue
Block a user