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()