Update working to Aircoookie's suggestion

This commit is contained in:
Will Tatam
2025-11-27 13:36:04 +00:00
parent 579021f5fc
commit 8bc434b614

View File

@@ -3380,7 +3380,7 @@ function showVersionUpgradePrompt(info, oldVersion, newVersion) {
? `You are now running WLED <strong style="text-wrap: nowrap">${newVersion}</strong>.`
: `Your WLED has been upgraded from <strong style="text-wrap: nowrap">${oldVersion}</strong> to <strong style="text-wrap: nowrap">${newVersion}</strong>.`;
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 = `
<h2 style="margin-top:0;color:var(--c-f);">${title}</h2>