From 076a248cb1fbf868ccf90c151ca878460b858f30 Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 24 Nov 2023 03:40:51 +0100 Subject: [PATCH] =?UTF-8?q?Activate=20=E1=BA=90enCard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- earth/map_render.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earth/map_render.html b/earth/map_render.html index b30d8e4..75e03e3 100644 --- a/earth/map_render.html +++ b/earth/map_render.html @@ -187,7 +187,7 @@ if (deg <= 0.01) { const button = document.createElement('button'); - button.textContent = 'Get ZenCard'; + button.textContent = 'Activate ẐenCard'; button.style.width = '100%'; button.style.height = '100px'; // Customize the button height button.style.backgroundColor = '#0074d9';