Alerting(ui-copy): update IRM contact point description when IRM is not installed (#103665)

This commit is contained in:
Pepe Cano
2025-04-09 13:35:45 +02:00
committed by GitHub
parent 7f9e18282e
commit 4eddeaec75
2 changed files with 2 additions and 2 deletions
@@ -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: <Badge color="blue" text={t('alerting.irm-integration.recommended', 'Recommended')} />,
},
extendOnCallNotifierFeatures,
+1 -1
View File
@@ -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",