mirror of
https://github.com/GSA/notifications-api.git
synced 2026-06-09 07:48:45 -04:00
notify-api-521 fix sms temporary failure message
This commit is contained in:
@@ -1727,8 +1727,8 @@ class Notification(db.Model):
|
||||
"sms": {
|
||||
"failed": "Failed",
|
||||
"technical-failure": "Technical failure",
|
||||
"temporary-failure": "Phone not accepting messages right now",
|
||||
"permanent-failure": "Phone number doesn’t exist",
|
||||
"temporary-failure": "Unable to find carrier response -- still looking",
|
||||
"permanent-failure": "Unable to find carrier response.",
|
||||
"delivered": "Delivered",
|
||||
"sending": "Sending",
|
||||
"created": "Sending",
|
||||
|
||||
Reference in New Issue
Block a user