We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b1f60a commit 79f8310Copy full SHA for 79f8310
1 file changed
ui/src/components/Sidebar.tsx
@@ -51,7 +51,7 @@ function SidebarSettings() {
51
<Box>
52
53
<Tooltip
54
- title={"Enable DevMode, e.g., show pod IDs"}
+ title={"Enable Debug Mode, e.g., show pod IDs"}
55
disableInteractive
56
>
57
<FormGroup>
@@ -66,7 +66,7 @@ function SidebarSettings() {
66
}}
67
/>
68
}
69
- label="Dev Mode"
+ label="Debug Mode"
70
71
</FormGroup>
72
</Tooltip>
0 commit comments