diff --git a/AppImage/components/latency-detail-modal.tsx b/AppImage/components/latency-detail-modal.tsx index 033d07d2..0224fc20 100644 --- a/AppImage/components/latency-detail-modal.tsx +++ b/AppImage/components/latency-detail-modal.tsx @@ -19,10 +19,10 @@ const TIMEFRAME_OPTIONS = [ ] const TARGET_OPTIONS = [ - { value: "gateway", label: "Gateway (Router)", realtime: false }, - { value: "cloudflare", label: "Cloudflare (1.1.1.1)", realtime: true }, - { value: "google", label: "Google DNS (8.8.8.8)", realtime: true }, -] + { value: "gateway", label: "Gateway (Router)", shortLabel: "Gateway", realtime: false }, + { value: "cloudflare", label: "Cloudflare (1.1.1.1)", shortLabel: "Cloudflare", realtime: true }, + { value: "google", label: "Google DNS (8.8.8.8)", shortLabel: "Google DNS", realtime: true }, + ] // Realtime test configuration const REALTIME_TEST_DURATION = 120 // 2 minutes in seconds @@ -479,7 +479,7 @@ function pmxPrint(){