mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-02 20:58:38 -04:00
Merge pull request #763 from GSA/1132-capitalize-pending-csv
1132 - Capitalize "Pending" in delivery reports
This commit is contained in:
@@ -1763,6 +1763,7 @@ class Notification(db.Model):
|
|||||||
"temporary-failure": "Unable to find carrier response -- still looking",
|
"temporary-failure": "Unable to find carrier response -- still looking",
|
||||||
"permanent-failure": "Unable to find carrier response.",
|
"permanent-failure": "Unable to find carrier response.",
|
||||||
"delivered": "Delivered",
|
"delivered": "Delivered",
|
||||||
|
"pending": "Pending",
|
||||||
"sending": "Sending",
|
"sending": "Sending",
|
||||||
"created": "Sending",
|
"created": "Sending",
|
||||||
"sent": "Sent internationally",
|
"sent": "Sent internationally",
|
||||||
|
|||||||
Reference in New Issue
Block a user