Skip to content

Commit 16257c8

Browse files
committed
Tweak menu label
1 parent d37976d commit 16257c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/components/global-header.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default function GlobalHeader() {
6262
},
6363
{
6464
id: "device-status",
65-
text: (settings.enableDeviceStatus ? "Disable " : "Enable ") + "Device Status",
65+
text: (settings.enableDeviceStatus ? "Disable " : "Enable ") + "Car Health Monitoring",
6666
iconName: "status-info",
6767
disabled: !isDeviceStatusSupported,
6868
description: !isDeviceStatusSupported ? "Not supported on this device" : undefined,

0 commit comments

Comments
 (0)