From 48bbc6cee7333a02a85da012a1c2398622a8fbdc Mon Sep 17 00:00:00 2001 From: bnjmn Date: Thu, 7 Mar 2024 08:36:08 +0100 Subject: [PATCH] Update 'index.html' --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index e3cac6d..03952e7 100644 --- a/index.html +++ b/index.html @@ -196,7 +196,7 @@ } else { audio.pause(); - butn.innerText = "Play"; + butn.innerText = "Play from Rotterdam"; } } @@ -207,7 +207,7 @@ } else { audio2.pause(); - butn2.innerText = "Play"; + butn2.innerText = "Play from Utrecht"; } }