From d50f6687dabda2309932e30f40f28172d1f15da5 Mon Sep 17 00:00:00 2001 From: Arne Baeumler Date: Sun, 7 Jun 2026 20:31:46 +0200 Subject: [PATCH] style: translate remaining ui strings --- src/server/request-handler.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/server/request-handler.ts b/src/server/request-handler.ts index 9ebe3ee..03bdf9a 100644 --- a/src/server/request-handler.ts +++ b/src/server/request-handler.ts @@ -49,7 +49,7 @@ async function proxyUpstream(url: string, init?: RequestInit) { function htmlPage(): string { return ` - + @@ -924,7 +924,7 @@ function htmlPage(): string { const map = L.map("map", { zoomControl: true }).setView([52.5208, 13.4095], 13); L.tileLayer("https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", { maxZoom: 19, - attribution: "© OpenStreetMap-Mitwirkende" + attribution: "© OpenStreetMap contributors" }).addTo(map); const markers = L.layerGroup().addTo(map);