Skip to content

Commit 9fd3cf4

Browse files
authored
chore(trace-view): (#89882)
- Making it match between Jump to: links and the content below **Before:** ![Screenshot 2025-04-17 at 10 35 55 AM](https://github.com/user-attachments/assets/d4737dfd-effa-458a-a55a-331386e2fd4d) **After:** ![Screenshot 2025-04-17 at 10 35 11 AM](https://github.com/user-attachments/assets/388ae34e-4314-463a-90e7-26e5a1d1588e)
1 parent aff8710 commit 9fd3cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/performance/newTraceDetails/traceContextPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export function TraceContextPanel({tree, rootEvent, onScrollToNode}: Props) {
7676
<ContextRow>
7777
<FoldSection
7878
sectionKey={TraceContextSectionKeys.TAGS as string as SectionKey}
79-
title={t('Trace Tags')}
79+
title={t('Tags')}
8080
>
8181
{renderTags()}
8282
</FoldSection>

0 commit comments

Comments
 (0)