diff --git a/earth/map_render.html b/earth/map_render.html index 34b673b..a4be497 100644 --- a/earth/map_render.html +++ b/earth/map_render.html @@ -234,7 +234,7 @@ if (deg <= 0.01) { const button = document.createElement('button'); - button.textContent = 'Activate TW'; + button.textContent = 'Enter UPlanet'; button.style.width = '100%'; button.style.height = '100px'; // Customize the button height button.style.backgroundColor = '#0074d9';