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}