diff --git a/public/app/features/alerting/unified/components/receivers/grafanaAppReceivers/onCall/useOnCallIntegration.tsx b/public/app/features/alerting/unified/components/receivers/grafanaAppReceivers/onCall/useOnCallIntegration.tsx index bcd879b42d4..40a083f20dc 100644 --- a/public/app/features/alerting/unified/components/receivers/grafanaAppReceivers/onCall/useOnCallIntegration.tsx +++ b/public/app/features/alerting/unified/components/receivers/grafanaAppReceivers/onCall/useOnCallIntegration.tsx @@ -264,7 +264,7 @@ export function useOnCallIntegration() { order: -1, // The default is 0. We want OnCall to be the first on the list description: isOnCallEnabled ? t('alerting.irm-integration.enabled-description', 'Seamless way to handle alerts and manage incidents') - : t('alerting.irm-integration.disabled-description', 'Enable Grafana IRM to use this integration'), + : t('alerting.irm-integration.disabled-description', 'Enable IRM through a Webhook integration'), badge: , }, extendOnCallNotifierFeatures, diff --git a/public/locales/en-US/grafana.json b/public/locales/en-US/grafana.json index e864f83af46..14bde961249 100644 --- a/public/locales/en-US/grafana.json +++ b/public/locales/en-US/grafana.json @@ -1099,7 +1099,7 @@ }, "irm-integration": { "connection-method": "How to connect to IRM", - "disabled-description": "Enable Grafana IRM to use this integration", + "disabled-description": "Enable IRM through a Webhook integration", "enabled-description": "Seamless way to handle alerts and manage incidents", "existing-integration": "Existing IRM integration", "existing-integration-description": "Use an existing IRM integration",