Skip to content

Commit

Permalink
Improves incident participant welcome message description (#2748)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvilanova authored Dec 5, 2022
1 parent 649fec4 commit 0d253c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dispatch/messaging/strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ class MessageType(DispatchEnum):

INCIDENT_PARTICIPANT_WELCOME_DESCRIPTION = """
You\'ve been added to this incident, because we think you may
be able to help resolve it. Please review the content below and join us in the
incident conversation.""".replace(
be able to help resolve it. Please review the incident details below and
reach out to the incident commander if you have any questions.""".replace(
"\n", " "
).strip()

Expand Down

0 comments on commit 0d253c6

Please sign in to comment.