Browse Source

Fix field description

pull/101/head
Sacha Weatherstone 3 years ago
parent
commit
42273c5ac8
No known key found for this signature in database GPG Key ID: 7AB2D7E206124B31
  1. 2
      src/components/PageComponents/Config/Device.tsx

2
src/components/PageComponents/Config/Device.tsx

@ -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",

Loading…
Cancel
Save