Skip to content

Commit

Permalink
fix: correct spacing in incident state change message formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
simlarsen committed Mar 5, 2025
1 parent 4ec707f commit 77c6391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/Server/Services/IncidentStateTimelineService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ export class Service extends DatabaseService<IncidentStateTimeline> {
incidentFeedEventType: IncidentFeedEventType.IncidentStateChanged,
displayColor: incidentState?.color,
feedInfoInMarkdown:
stateEmoji + "Changed **Incident State** to **" + stateName + "**",
stateEmoji + " Changed **Incident State** to **" + stateName + "**",
moreInformationInMarkdown: `**Cause:**
${createdItem.rootCause}`,
userId: createdItem.createdByUserId || onCreate.createBy.props.userId,
Expand Down

0 comments on commit 77c6391

Please sign in to comment.