From b20c2b29b2863538eb516d794ada0eac5cd12f27 Mon Sep 17 00:00:00 2001
From: Ben Lipsey <117498748+pdxlocations@users.noreply.github.com>
Date: Sat, 21 Oct 2023 18:47:11 -0700
Subject: [PATCH] change device to radio (#136)
---
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 => {