diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4837b64d..37332d74 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,7 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
-- Updated wording in some Slack messages to use 'Alert Group' instead of 'Incident' ([1565](https://github.com/grafana/oncall/pull/1565))
+- Updated wording throughout plugin to use 'Alert Group' instead of 'Incident' ([1565](https://github.com/grafana/oncall/pull/1565),
+ [1576](https://github.com/grafana/oncall/pull/1576))
### Fixed
diff --git a/grafana-plugin/src/containers/HeartbeatModal/HeartbeatForm.tsx b/grafana-plugin/src/containers/HeartbeatModal/HeartbeatForm.tsx
index 936afea5..cd48a4ad 100644
--- a/grafana-plugin/src/containers/HeartbeatModal/HeartbeatForm.tsx
+++ b/grafana-plugin/src/containers/HeartbeatModal/HeartbeatForm.tsx
@@ -85,11 +85,11 @@ const HeartbeatForm = observer(({ alertReceveChannelId, onUpdate }: HeartBeatMod
- A heartbeat acts as a healthcheck for incident monitoring. You can configure OnCall to regularly send alerts to - the heartbeat endpoint. If you don't receive one of these alerts, OnCall will issue an incident. + A heartbeat acts as a healthcheck for alert group monitoring. You can configure OnCall to regularly send alerts + to the heartbeat endpoint. If you don't receive one of these alerts, OnCall will issue an alert group.
- OnCall will issue an incident if no alert is received every
+ OnCall will issue an alert group if no alert is received every