diff --git a/static/app/views/performance/newTraceDetails/traceDrawer/details/styles.tsx b/static/app/views/performance/newTraceDetails/traceDrawer/details/styles.tsx index e91120b97bd0..0c9df612cde9 100644 --- a/static/app/views/performance/newTraceDetails/traceDrawer/details/styles.tsx +++ b/static/app/views/performance/newTraceDetails/traceDrawer/details/styles.tsx @@ -450,7 +450,7 @@ function Highlights({ }, }} > - {t('Open Agent Timeline')} + {t('Open Agent Activity')} )} {!hidePanelAndBreakdown && ( diff --git a/static/app/views/performance/newTraceDetails/useTraceLayoutTabs.tsx b/static/app/views/performance/newTraceDetails/useTraceLayoutTabs.tsx index 08d740734947..1486a09e98df 100644 --- a/static/app/views/performance/newTraceDetails/useTraceLayoutTabs.tsx +++ b/static/app/views/performance/newTraceDetails/useTraceLayoutTabs.tsx @@ -53,7 +53,7 @@ const TAB_DEFINITIONS: Record = { }, [TraceLayoutTabKeys.AI_SPANS]: { slug: TraceLayoutTabKeys.AI_SPANS, - label: t('Agent Timeline'), + label: t('Agent Activity'), }, };