update lang

This commit is contained in:
liamcottle
2024-04-16 15:56:45 +12:00
parent 3b316c741f
commit ff727f5ac3

View File

@ -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;
}