From fbde2ec287fe9f2b380537d67336566481d1004f Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Sun, 8 Oct 2023 22:12:19 -0700 Subject: [PATCH] change device to radio --- src/components/PageComponents/Config/Position.tsx | 2 +- src/pages/Config/index.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/PageComponents/Config/Position.tsx b/src/components/PageComponents/Config/Position.tsx index 57ce4aaf..4044ec51 100644 --- a/src/components/PageComponents/Config/Position.tsx +++ b/src/components/PageComponents/Config/Position.tsx @@ -23,7 +23,7 @@ export const Position = (): JSX.Element => { defaultValues={config.position} fieldGroups={[ { - label: "Position settings", + label: "Position Settings", description: "Settings for the position module", fields: [ { diff --git a/src/pages/Config/index.tsx b/src/pages/Config/index.tsx index fb8ce4d7..ac2706f7 100644 --- a/src/pages/Config/index.tsx +++ b/src/pages/Config/index.tsx @@ -21,7 +21,7 @@ export const ConfigPage = (): JSX.Element => { setActiveConfigSection("device")} icon={SettingsIcon} @@ -36,7 +36,7 @@ export const ConfigPage = (): JSX.Element => {