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 19:41:34 +02:00 committed by GitHub
parent 53ae85ca57
commit 6d374a3d7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: {