From 0ef9e3c6c5d93d5bd1953e626e84caf1880b0349 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Sun, 5 Jul 2026 12:00:01 -0400 Subject: [PATCH] Correct BT indicator setting help text --- src/pkjs/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkjs/config.js b/src/pkjs/config.js index e29f60e..9dcac3d 100644 --- a/src/pkjs/config.js +++ b/src/pkjs/config.js @@ -33,7 +33,7 @@ module.exports = [ "messageKey": "CLAY_TRACK_BT_STATUS", "defaultValue": false, "label": "BT disconnect indicator", - "description": "Change the color of the digits to the configured warning color when the connection to the phone is lost." + "description": "Change the color of the hour digits to the configured warning color when the app connection is lost." }, { "type": "slider",