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 => {