From d2dab32f1023f2a9f2614d39b2214870e79200ef Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Fri, 28 Nov 2025 22:58:15 +0100 Subject: [PATCH] WLED-MM branding for update message box --- wled00/data/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wled00/data/index.js b/wled00/data/index.js index 68b72209..924e2260 100644 --- a/wled00/data/index.js +++ b/wled00/data/index.js @@ -3751,12 +3751,12 @@ function showVersionUpgradePrompt(info, oldVersion, newVersion) { // Build contextual message based on install vs upgrade const title = isInstall - ? '🎉 Thank you for installing WLED!' - : '🎉 WLED Upgrade Detected!'; + ? '🎉 Thank you for installing WLED-MM!' + : '🎉 WLED-MM Upgrade Detected!'; const description = isInstall - ? `You are now running WLED ${newVersion}.` - : `Your WLED has been upgraded from ${oldVersion} to ${newVersion}.`; + ? `You are now running WLED-MM ${newVersion}.` + : `Your WLED-MM 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.'