|
@@ -234,9 +234,7 @@ function Sidebar({location, organization}: Props) {
|
|
|
isBeta={RELEASE_LEVEL === 'beta'}
|
|
|
isNew={RELEASE_LEVEL === 'new'}
|
|
|
label={
|
|
|
- <GuideAnchor target="performance-database">
|
|
|
- {t('Query Insights')}
|
|
|
- </GuideAnchor>
|
|
|
+ <GuideAnchor target="performance-database">{t('Queries')}</GuideAnchor>
|
|
|
}
|
|
|
to={`/organizations/${organization.slug}/performance/database/`}
|
|
|
id="performance-database"
|