diff --git a/static/js/modes/spy-stations.js b/static/js/modes/spy-stations.js index 8f65fa2..df598c5 100644 --- a/static/js/modes/spy-stations.js +++ b/static/js/modes/spy-stations.js @@ -507,7 +507,7 @@ const SpyStations = (function() { // Update visible count in header if element exists const visibleCountEl = document.getElementById('spyStationsVisibleCount'); if (visibleCountEl) { - visibleCountEl.textContent = stationList.length + ' stations'; + visibleCountEl.textContent = stationList.length; } } diff --git a/templates/index.html b/templates/index.html index 088342f..dd36438 100644 --- a/templates/index.html +++ b/templates/index.html @@ -97,7 +97,7 @@ ADS-B tracking - + Vessels AIS ship tracking @@ -282,7 +282,7 @@ Aircraft - Vessels + Vessels @@ -343,7 +343,7 @@ Aircraft - Vessels + Vessels