WLED-MM branding for update message box
This commit is contained in:
@@ -3751,12 +3751,12 @@ function showVersionUpgradePrompt(info, oldVersion, newVersion) {
|
|||||||
|
|
||||||
// Build contextual message based on install vs upgrade
|
// Build contextual message based on install vs upgrade
|
||||||
const title = isInstall
|
const title = isInstall
|
||||||
? '🎉 Thank you for installing WLED!'
|
? '🎉 Thank you for installing WLED-MM!'
|
||||||
: '🎉 WLED Upgrade Detected!';
|
: '🎉 WLED-MM Upgrade Detected!';
|
||||||
|
|
||||||
const description = isInstall
|
const description = isInstall
|
||||||
? `You are now running WLED <strong>${newVersion}</strong>.`
|
? `You are now running WLED-MM <strong>${newVersion}</strong>.`
|
||||||
: `Your WLED has been upgraded from <strong>${oldVersion}</strong> to <strong>${newVersion}</strong>.`;
|
: `Your WLED-MM has been upgraded from <strong>${oldVersion}</strong> to <strong>${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 = 'Would you like to help the WLED development team by reporting your installation? This helps us understand what hardware and versions are being used.'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user