Skip to content

Commit

Permalink
Update src/dispatch/messaging/strings.py
Browse files Browse the repository at this point in the history
Co-authored-by: David Whittaker <[email protected]>
  • Loading branch information
kevgliss and whitdog47 authored Sep 20, 2023
1 parent 9571999 commit cf90d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dispatch/messaging/strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit cf90d1b

Please sign in to comment.