From 42273c5ac8fed02f2a62e072540a428e6efa91eb Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Sun, 12 Feb 2023 14:34:39 +1000 Subject: [PATCH] Fix field description --- src/components/PageComponents/Config/Device.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PageComponents/Config/Device.tsx b/src/components/PageComponents/Config/Device.tsx index c93298b1..8f43ce9b 100644 --- a/src/components/PageComponents/Config/Device.tsx +++ b/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",