diff --git a/modules/pagerduty/widget.go b/modules/pagerduty/widget.go index 2ba4048f..1ef5159a 100644 --- a/modules/pagerduty/widget.go +++ b/modules/pagerduty/widget.go @@ -79,7 +79,7 @@ func (widget *Widget) contentFrom(onCalls []pagerduty.OnCall, incidents []pagerd str += fmt.Sprintf(" Escalation: %s\n", incident.EscalationPolicy.Summary) } } else { - str += "\n No unresolved incidents\n" + str += "\n No open incidents\n" } }