diff --git a/src/components/PageComponents/Config/Security.tsx b/src/components/PageComponents/Config/Security.tsx index ccf9051a..38ae0e40 100644 --- a/src/components/PageComponents/Config/Security.tsx +++ b/src/components/PageComponents/Config/Security.tsx @@ -214,22 +214,16 @@ export const Security = (): JSX.Element => { label: "Logging Settings", description: "Settings for Logging", fields: [ - { - type: "toggle", - name: "bluetoothLoggingEnabled", - label: "Allow Bluetooth Logging", - description: "Enables device (serial style logs) over Bluetooth", - }, { type: "toggle", name: "debugLogApiEnabled", label: "Enable Debug Log API", - description: "Output live debug logging over serial", + description: "Output live debug logging over serial, view and export position-redacted device logs over Bluetooth", }, { type: "toggle", name: "serialEnabled", - label: "Serial Output Enabled", + label: "Enable Serial Output", description: "Serial Console over the Stream API", }, ],