Skip to content

Commit 79f8310

Browse files
authored
rename Dev Mode to Debug Mode (#206)
1 parent 8b1f60a commit 79f8310

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/components/Sidebar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function SidebarSettings() {
5151
<Box>
5252
<Box>
5353
<Tooltip
54-
title={"Enable DevMode, e.g., show pod IDs"}
54+
title={"Enable Debug Mode, e.g., show pod IDs"}
5555
disableInteractive
5656
>
5757
<FormGroup>
@@ -66,7 +66,7 @@ function SidebarSettings() {
6666
}}
6767
/>
6868
}
69-
label="Dev Mode"
69+
label="Debug Mode"
7070
/>
7171
</FormGroup>
7272
</Tooltip>

0 commit comments

Comments
 (0)