From 1f37da8d2d426836fcb6ac9ee8c2654834f215d2 Mon Sep 17 00:00:00 2001 From: Jack Kingsman Date: Tue, 3 Mar 2026 22:22:08 -0800 Subject: [PATCH] s/router/repeater/ --- frontend/src/components/PathModal.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/PathModal.tsx b/frontend/src/components/PathModal.tsx index db264f7..12e5b39 100644 --- a/frontend/src/components/PathModal.tsx +++ b/frontend/src/components/PathModal.tsx @@ -67,13 +67,13 @@ export function PathModal({ ) : hasSinglePath ? ( <> This shows one route that this message traveled through the mesh network. - Routers may be incorrectly identified due to prefix collisions between heard and - non-heard router advertisements. + Repeaters may be incorrectly identified due to prefix collisions between heard and + non-heard repeater advertisements. ) : ( <> This message was received via {paths.length} different routes. - Routers may be incorrectly identified due to prefix collisions. + Repeaters may be incorrectly identified due to prefix collisions. )}