From 45d527a8a64556a91a244cbc849ed39469ea5ce8 Mon Sep 17 00:00:00 2001 From: Jage9 Date: Tue, 24 Feb 2026 22:45:15 -0500 Subject: [PATCH] Rename settings button to Audio setup --- client/index.html | 2 +- client/public/version.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/index.html b/client/index.html index cb42c83..9ab3b37 100644 --- a/client/index.html +++ b/client/index.html @@ -42,7 +42,7 @@
- +
diff --git a/client/public/version.js b/client/public/version.js index 65f6e74..82d151e 100644 --- a/client/public/version.js +++ b/client/public/version.js @@ -1,5 +1,5 @@ // Maintainer-controlled web client version. // Format: YYYY.MM.DD Rn (example: 2026.02.20 R2) -window.CHGRID_WEB_VERSION = "2026.02.25 R246"; +window.CHGRID_WEB_VERSION = "2026.02.25 R247"; // Optional display timezone for timestamps. Falls back to America/Detroit if unset/invalid. window.CHGRID_TIME_ZONE = "America/Detroit";