ux: update Flight Mode notification text to say 'Local relays only'

This commit is contained in:
Gigi
2025-10-19 22:10:32 +02:00
parent bdce7c9358
commit 8b56fe3d6e

View File

@@ -156,7 +156,7 @@ export const RelayStatusIndicator: React.FC<RelayStatusIndicatorProps> = ({
fontWeight: 400
}}
>
{connectedUrls.length} local relay{connectedUrls.length !== 1 ? 's' : ''}
Local relays only
</span>
</>
)}