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