We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d37976d commit 16257c8Copy full SHA for 16257c8
website/src/components/global-header.tsx
@@ -62,7 +62,7 @@ export default function GlobalHeader() {
62
},
63
{
64
id: "device-status",
65
- text: (settings.enableDeviceStatus ? "Disable " : "Enable ") + "Device Status",
+ text: (settings.enableDeviceStatus ? "Disable " : "Enable ") + "Car Health Monitoring",
66
iconName: "status-info",
67
disabled: !isDeviceStatusSupported,
68
description: !isDeviceStatusSupported ? "Not supported on this device" : undefined,
0 commit comments