From 701023db593d853dbd3e82018c2ac932ad187cd7 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Thu, 26 Feb 2026 15:21:11 +0000 Subject: [PATCH] Adjust wording --- templates/trip_page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);