diff --git a/wled00/data/index.css b/wled00/data/index.css
index c92c884a..75ea7969 100644
--- a/wled00/data/index.css
+++ b/wled00/data/index.css
@@ -794,7 +794,7 @@ input[type=range]::-moz-range-thumb {
/* buttons */
.btn {
padding: 8px;
- /*margin: 10px 4px;*/
+ margin: 10px 4px;
width: 230px;
font-size: 19px;
color: var(--c-d);
diff --git a/wled00/data/index.js b/wled00/data/index.js
index 8832fc71..f09bf0f1 100644
--- a/wled00/data/index.js
+++ b/wled00/data/index.js
@@ -3375,8 +3375,8 @@ function showVersionUpgradePrompt(info, oldVersion, newVersion) {
: '🎉 WLED 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 ${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.'