mirror of
https://github.com/meshtastic/web.git
synced 2026-04-30 10:43:54 -04:00
Fix field description
This commit is contained in:
@@ -38,7 +38,7 @@ export const Device = (): JSX.Element => {
|
||||
type: "toggle",
|
||||
name: "serialEnabled",
|
||||
label: "Serial Output Enabled",
|
||||
description: "Disable the device's serial console"
|
||||
description: "Enable the device's serial console"
|
||||
},
|
||||
{
|
||||
type: "toggle",
|
||||
|
||||
Reference in New Issue
Block a user