From 221a32441bda099c484dcb4eaf1818447a54cdfc Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Fri, 5 Jun 2020 17:34:54 +0100 Subject: [PATCH] Update permanent failure error name --- app/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/__init__.py b/app/__init__.py index a3b5f5619..eb2775acd 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -427,7 +427,7 @@ def format_notification_status(status, template_type): 'failed': 'Failed', 'technical-failure': 'Technical failure', 'temporary-failure': 'Phone not accepting messages right now', - 'permanent-failure': 'Phone number does not exist', + 'permanent-failure': 'Not delivered', 'delivered': 'Delivered', 'sending': 'Sending', 'created': 'Sending',