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.'