diff --git a/index.html b/index.html index 3beee196a8..9ea93c0ce8 100644 --- a/index.html +++ b/index.html @@ -108,9 +108,9 @@ if (updateTime) { var timeDifference = getTimeDifference(updateTime); - document.getElementById('banner').innerText = `Last updated: ${timeDifference} minutes ago`; + document.getElementById('banner').innerText = `StuTracker - Location Last updated: ${timeDifference} minutes ago`; } else { - document.getElementById('banner').innerText = 'Update time not found in KML file'; + document.getElementById('banner').innerText = 'StuTracker - Update time not found'; } var kmlLayer = omnivore.kml(kmlUrl, null, L.geoJSON(null, {