File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
static/app/views/insights/pages/platform Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -91,9 +91,9 @@ export function NextJsOverviewPage({
91
91
< WidgetGrid >
92
92
< WidgetGrid . Position1 >
93
93
< TrafficWidget
94
- title = { t ( 'Traffic ' ) }
95
- trafficSeriesName = { t ( 'Page views ' ) }
96
- baseQuery = { 'span.op:[navigation, pageload]' }
94
+ title = { t ( 'Pageloads ' ) }
95
+ trafficSeriesName = { t ( 'Pageloads ' ) }
96
+ baseQuery = { 'span.op:[pageload]' }
97
97
/>
98
98
</ WidgetGrid . Position1 >
99
99
< WidgetGrid . Position2 >
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ export function DurationWidget() {
60
60
61
61
return (
62
62
< Widget
63
- Title = { < Widget . WidgetTitle title = { t ( 'Duration ' ) } /> }
63
+ Title = { < Widget . WidgetTitle title = { t ( 'API Latency ' ) } /> }
64
64
Visualization = { visualization }
65
65
Actions = {
66
66
organization . features . includes ( 'visibility-explore-view' ) &&
@@ -79,7 +79,7 @@ export function DurationWidget() {
79
79
} }
80
80
onOpenFullScreen = { ( ) => {
81
81
openInsightChartModal ( {
82
- title : t ( 'Duration ' ) ,
82
+ title : t ( 'API Latency ' ) ,
83
83
children : < ModalChartContainer > { visualization } </ ModalChartContainer > ,
84
84
} ) ;
85
85
} }
You can’t perform that action at this time.
0 commit comments