Skip to content

Commit 6f52b79

Browse files
path infocard should say 'via' instead of 'by'
1 parent a1a0851 commit 6f52b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/tracker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1273,7 +1273,7 @@ var mapInfoBox_handle_path_fetch = function(id,vehicle) {
12731273

12741274
if(data.vehicle.search(/(chase)/i) == -1) {
12751275
html += "<hr style='margin:0px;margin-top:5px'>";
1276-
html += "<div style='font-size:11px;'><b>Received by:&nbsp;</b>"+data.callsign.replace(/,/g,', ')+"</div>";
1276+
html += "<div style='font-size:11px;'><b>Received via:&nbsp;</b>"+data.callsign.replace(/,/g,', ')+"</div>";
12771277
}
12781278

12791279
div.innerHTML = html;

0 commit comments

Comments
 (0)