From 4ef944d7951b996f4494b0f5410438e894114e6d Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Wed, 24 Jan 2024 10:56:37 -0500 Subject: [PATCH] 1132 - Capitalize "Pending" in delivery reports --- app/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models.py b/app/models.py index ae2a2d552..077b080a9 100644 --- a/app/models.py +++ b/app/models.py @@ -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",