Configuration tracker: Update copy in IRM and point to new IRM slack integration (#100440)

Update copy + point to new IRM slack
This commit is contained in:
Rares Mardare
2025-02-11 18:41:34 +01:00
committed by GitHub
parent 53ae85ca57
commit 6d374a3d7f
@@ -235,7 +235,7 @@ export function useGetEssentialsConfiguration(): EssentialsConfigurationData {
},
{
title: 'Respond',
description: 'Configure OnCall and Incident',
description: getIsIrmPluginPresent() ? 'Configure IRM' : 'Configure OnCall and Incident',
steps: getIsIrmPluginPresent()
? [
{
@@ -261,7 +261,7 @@ export function useGetEssentialsConfiguration(): EssentialsConfigurationData {
button: {
type: 'openLink',
urlLink: {
url: `/a/${getIrmIfPresentOrIncidentPluginId()}/integrations/grate.slack`,
url: `/a/${getIrmIfPresentOrIncidentPluginId()}/integrations/apps/grate.irm.slack`,
},
label: 'Connect',
urlLinkOnDone: {