Fix field description

This commit is contained in:
Sacha Weatherstone
2023-02-12 14:34:39 +10:00
parent e59fe138f1
commit 42273c5ac8

View File

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