s/router/repeater/

This commit is contained in:
Jack Kingsman
2026-03-03 22:22:08 -08:00
parent a9472870f3
commit 1f37da8d2d

View File

@@ -67,13 +67,13 @@ export function PathModal({
) : hasSinglePath ? (
<>
This shows <em>one route</em> 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 <strong>{paths.length} different routes</strong>.
Routers may be incorrectly identified due to prefix collisions.
Repeaters may be incorrectly identified due to prefix collisions.
</>
)}
</DialogDescription>