diff --git a/src/dispatch/messaging/strings.py b/src/dispatch/messaging/strings.py index c354522535b3..877dac1ce69b 100644 --- a/src/dispatch/messaging/strings.py +++ b/src/dispatch/messaging/strings.py @@ -251,7 +251,7 @@ class MessageType(DispatchEnum): ).strip() CASE_CLOSE_REMINDER_DESCRIPTION = """The status of this case hasn't been updated recently. -You can use case 'Resolve' button if it has been resolved and can be closed.""".replace( +You can use the case 'Resolve' button if it has been resolved and can be closed.""".replace( "\n", " " ).strip()