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.
>
)}