Skip to content

Commit

Permalink
rename Dev Mode to Debug Mode (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
lihebi authored Jan 10, 2023
1 parent 8b1f60a commit 79f8310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function SidebarSettings() {
<Box>
<Box>
<Tooltip
title={"Enable DevMode, e.g., show pod IDs"}
title={"Enable Debug Mode, e.g., show pod IDs"}
disableInteractive
>
<FormGroup>
Expand All @@ -66,7 +66,7 @@ function SidebarSettings() {
}}
/>
}
label="Dev Mode"
label="Debug Mode"
/>
</FormGroup>
</Tooltip>
Expand Down

0 comments on commit 79f8310

Please sign in to comment.