From ff727f5ac3b0dbeed0d9282521c5443ff73df22f Mon Sep 17 00:00:00 2001 From: liamcottle Date: Tue, 16 Apr 2024 15:56:45 +1200 Subject: [PATCH] update lang --- src/public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/index.html b/src/public/index.html index dbf5ec1..b5ca2f4 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -2183,7 +2183,7 @@ // find node marker by id var nodeMarker = findNodeMarkerById(id); if(!nodeMarker){ - alert("Could not find node on map: " + id); + alert("Could not find a position for node: " + id); return false; }