Adjust wording
This commit is contained in:
parent
d7e469a0ed
commit
701023db59
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue