From e03ddcaaa732d8e7196d33c2ce17b80eb7ce14d3 Mon Sep 17 00:00:00 2001 From: Jack Kingsman Date: Mon, 9 Mar 2026 15:03:18 -0700 Subject: [PATCH] Improve correctness of regional traffic repeats --- frontend/src/components/settings/SettingsRadioSection.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/settings/SettingsRadioSection.tsx b/frontend/src/components/settings/SettingsRadioSection.tsx index 0aed907..14f3ac7 100644 --- a/frontend/src/components/settings/SettingsRadioSection.tsx +++ b/frontend/src/components/settings/SettingsRadioSection.tsx @@ -557,8 +557,9 @@ export function SettingsRadioSection({ placeholder="#MyRegion" />

- Tag outgoing flood messages with a region name (e.g. #MyRegion). Repeaters with this - region configured will prioritize your traffic. Leave empty to disable. + Tag outgoing flood messages with a region name (e.g. #MyRegion). Repeaters configured for + that region can forward the traffic, while repeaters configured to deny other regions may + drop it. Leave empty to disable.