File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/next/src/next-devtools/dev-overlay/components
errors/dev-tools-indicator Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ function DevToolsPopover({
336
336
setScale = { setScale }
337
337
/>
338
338
339
- { /* Page Routes Info */ }
339
+ { /* Page Route Info */ }
340
340
{ process . env . __NEXT_DEVTOOL_SEGMENT_EXPLORER ? (
341
341
< SegmentsExplorer
342
342
isOpen = { isSegmentExplorerOpen }
@@ -414,7 +414,7 @@ function DevToolsPopover({
414
414
{ process . env . __NEXT_DEVTOOL_SEGMENT_EXPLORER ? (
415
415
< MenuItem
416
416
data-segment-explorer
417
- label = "Routes Info"
417
+ label = "Route Info"
418
418
value = { < ChevronRight /> }
419
419
onClick = { ( ) => setOpen ( OVERLAYS . SegmentExplorer ) }
420
420
index = { isTurbopack ? 3 : 4 }
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ export function SegmentsExplorer(
168
168
const tree = useSegmentTree ( )
169
169
170
170
return (
171
- < DevToolsInfo title = "Routes Info" { ...props } >
171
+ < DevToolsInfo title = "Route Info" { ...props } >
172
172
< PageSegmentTree tree = { tree } />
173
173
</ DevToolsInfo >
174
174
)
You can’t perform that action at this time.
0 commit comments