chore: changed name of api monitoring from third party apis to external apis (#7989)

This commit is contained in:
Sahil Khan 2025-05-20 17:24:09 +05:30 committed by GitHub
parent 018346ca18
commit 207d7602ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -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"
}

View File

@ -47,7 +47,7 @@ function GraphControlsPanel({
onClick={onViewAPIMonitoringClick}
style={{ color: Color.BG_VANILLA_100 }}
>
View Third Party API
View External APIs
</Button>
)}
</div>

View File

@ -125,7 +125,7 @@ const menuItems: SidebarItem[] = [
},
{
key: ROUTES.API_MONITORING,
label: 'Third Party API',
label: 'External APIs',
icon: <Binoculars size={16} />,
isNew: true,
},