From 5636cf43112797f951da1625defcca2607e89420 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Mon, 18 May 2026 23:56:56 +0200 Subject: [PATCH] fix js formatting --- daemon/web/src/lib/components/ConfigForm.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daemon/web/src/lib/components/ConfigForm.svelte b/daemon/web/src/lib/components/ConfigForm.svelte index 8d9d4de..7f5a898 100644 --- a/daemon/web/src/lib/components/ConfigForm.svelte +++ b/daemon/web/src/lib/components/ConfigForm.svelte @@ -798,8 +798,8 @@

{#if config.gps_mode === GpsMode.Api} - POST latitude and longitude to /api/gps from any device - on the network. Timestamp is derived from packet capture timing. + POST latitude and longitude to /api/gps from any device on + the network. Timestamp is derived from packet capture timing. {:else if config.gps_mode === GpsMode.Fixed} GPS coordinates are fixed to the values below. {:else}