Merge pull request #763 from GSA/1132-capitalize-pending-csv

1132 - Capitalize "Pending" in delivery reports
This commit is contained in:
Carlo Costino
2024-01-24 15:51:29 -05:00
committed by GitHub

View File

@@ -1763,6 +1763,7 @@ class Notification(db.Model):
"temporary-failure": "Unable to find carrier response -- still looking",
"permanent-failure": "Unable to find carrier response.",
"delivered": "Delivered",
"pending": "Pending",
"sending": "Sending",
"created": "Sending",
"sent": "Sent internationally",