1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Update widget.go

This commit is contained in:
Matt 2020-06-07 18:11:17 -04:00 committed by GitHub
parent d3834271e0
commit 02ef02538d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,7 @@ func (widget *Widget) contentFrom(onCalls []pagerduty.OnCall, incidents []pagerd
str += fmt.Sprintf(" Escalation: %s\n", incident.EscalationPolicy.Summary) str += fmt.Sprintf(" Escalation: %s\n", incident.EscalationPolicy.Summary)
} }
} else { } else {
str += "\n No unresolved incidents\n" str += "\n No open incidents\n"
} }
} }