From 8b56fe3d6ed0e1ed3ccb92a2e1cb6118e2c5a8e5 Mon Sep 17 00:00:00 2001 From: Gigi Date: Sun, 19 Oct 2025 22:10:32 +0200 Subject: [PATCH] ux: update Flight Mode notification text to say 'Local relays only' --- src/components/RelayStatusIndicator.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/RelayStatusIndicator.tsx b/src/components/RelayStatusIndicator.tsx index 4c8792e7..2f92626c 100644 --- a/src/components/RelayStatusIndicator.tsx +++ b/src/components/RelayStatusIndicator.tsx @@ -156,7 +156,7 @@ export const RelayStatusIndicator: React.FC = ({ fontWeight: 400 }} > - {connectedUrls.length} local relay{connectedUrls.length !== 1 ? 's' : ''} + Local relays only )}