1132 - Capitalize "Pending" in delivery reports

This commit is contained in:
Jonathan Bobel
2024-01-24 10:56:37 -05:00
parent ffb890df8c
commit 4ef944d795

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",