From 207d7602abd9b93a05534c3663055b2ecc186021 Mon Sep 17 00:00:00 2001 From: Sahil Khan <42714217+sawhil@users.noreply.github.com> Date: Tue, 20 May 2025 17:24:09 +0530 Subject: [PATCH] chore: changed name of api monitoring from third party apis to external apis (#7989) --- frontend/public/locales/en/titles.json | 2 +- .../Tabs/Overview/GraphControlsPanel/GraphControlsPanel.tsx | 2 +- frontend/src/container/SideNav/menuItems.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/public/locales/en/titles.json b/frontend/public/locales/en/titles.json index 5ecb1acc38..9e4039a86b 100644 --- a/frontend/public/locales/en/titles.json +++ b/frontend/public/locales/en/titles.json @@ -69,5 +69,5 @@ "METRICS_EXPLORER": "SigNoz | Metrics Explorer", "METRICS_EXPLORER_EXPLORER": "SigNoz | Metrics Explorer", "METRICS_EXPLORER_VIEWS": "SigNoz | Metrics Explorer", - "API_MONITORING": "SigNoz | Third Party API" + "API_MONITORING": "SigNoz | External APIs" } diff --git a/frontend/src/container/MetricsApplication/Tabs/Overview/GraphControlsPanel/GraphControlsPanel.tsx b/frontend/src/container/MetricsApplication/Tabs/Overview/GraphControlsPanel/GraphControlsPanel.tsx index 9643e3fd8a..e84c44185f 100644 --- a/frontend/src/container/MetricsApplication/Tabs/Overview/GraphControlsPanel/GraphControlsPanel.tsx +++ b/frontend/src/container/MetricsApplication/Tabs/Overview/GraphControlsPanel/GraphControlsPanel.tsx @@ -47,7 +47,7 @@ function GraphControlsPanel({ onClick={onViewAPIMonitoringClick} style={{ color: Color.BG_VANILLA_100 }} > - View Third Party API + View External APIs )} diff --git a/frontend/src/container/SideNav/menuItems.tsx b/frontend/src/container/SideNav/menuItems.tsx index 6a8bb9ddab..b2d957e373 100644 --- a/frontend/src/container/SideNav/menuItems.tsx +++ b/frontend/src/container/SideNav/menuItems.tsx @@ -125,7 +125,7 @@ const menuItems: SidebarItem[] = [ }, { key: ROUTES.API_MONITORING, - label: 'Third Party API', + label: 'External APIs', icon: , isNew: true, },