From 8bc434b6143ee433f8bbcaa6316316e1ab775e4f Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Thu, 27 Nov 2025 13:36:04 +0000 Subject: [PATCH] Update working to Aircoookie's suggestion --- wled00/data/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wled00/data/index.js b/wled00/data/index.js index 93ffe801..ea297595 100644 --- a/wled00/data/index.js +++ b/wled00/data/index.js @@ -3380,7 +3380,7 @@ function showVersionUpgradePrompt(info, oldVersion, newVersion) { ? `You are now running WLED ${newVersion}.` : `Your WLED has been upgraded from ${oldVersion} to ${newVersion}.`; - const question = 'Would you like to help the WLED development team by reporting your installation? This helps us understand what hardware and versions are being used.' + const question = 'Help make WLED better with a one-time hardware report? It includes only device details like chip type, LED count, etc. — never personal data or your activities.' dialog.innerHTML = `

${title}