diff --git a/templates/trip_page.html b/templates/trip_page.html index 20b1c00..e772fc6 100644 --- a/templates/trip_page.html +++ b/templates/trip_page.html @@ -492,7 +492,7 @@ build_map("map", coordinates, routes); function timezoneOffsetLabel(offsetMinutes) { if (offsetMinutes === 0) { - return "Same time as Bristol"; + return "No difference"; } const sign = offsetMinutes > 0 ? "+" : "-"; const abs = Math.abs(offsetMinutes);