From cedbb7163151c8f107faeb358edd63042e900de2 Mon Sep 17 00:00:00 2001 From: "alexa." Date: Tue, 2 Jul 2024 16:28:59 -0500 Subject: [PATCH] removed staged work (sad), updated copy for the popover` --- src/data/popovers_en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data/popovers_en.json b/src/data/popovers_en.json index 817e561be7c..572cb3fedca 100644 --- a/src/data/popovers_en.json +++ b/src/data/popovers_en.json @@ -141,10 +141,10 @@ } }, "nerdgraphExplorer": { - "inlineText": "NerdGraph Explorer", + "inlineText": "NerdGraph", "popover": { - "header": "Query your data and configure your New Relic accounts, entities, and other features at scale", - "text": "NerdGraph Explorer is where you can access our GraphQL-styled API interface that lets you query your data and configure some New Relic features.", + "header": "NerdGraph is our GraphQL API that lets you make configurations, query your New Relic data, and access account information.", + "text": "NerdGraph is one of our main APIs for accessing New Relic data. You can access the endpoint by making calls in your code, or by using our NerdGraph API explorer.", "learnMore": "Learn more", "learnMoreUrl": "https://docs.newrelic.com/docs/apis/nerdgraph/get-started/introduction-new-relic-nerdgraph/", "primaryButton": "Go to NerdGraph Explorer",