From 00fb8e615761d04a23942b9b570a4d095e3ae050 Mon Sep 17 00:00:00 2001 From: kevgliss Date: Wed, 20 Sep 2023 16:17:58 -0700 Subject: [PATCH] Update src/dispatch/messaging/strings.py Co-authored-by: Marc Vilanova <39573146+mvilanova@users.noreply.github.com> --- src/dispatch/messaging/strings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dispatch/messaging/strings.py b/src/dispatch/messaging/strings.py index 4ed67e78cf42..c354522535b3 100644 --- a/src/dispatch/messaging/strings.py +++ b/src/dispatch/messaging/strings.py @@ -246,7 +246,7 @@ class MessageType(DispatchEnum): ).strip() CASE_TRIAGE_REMINDER_DESCRIPTION = """The status of this case hasn't been updated recently. -Please ensure you triage the case based on it's priority.""".replace( +Please ensure you triage the case based on its priority.""".replace( "\n", " " ).strip()