From fe17333ac8b418febec4682054e552fa2f98ff5a Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Wed, 24 Sep 2025 23:52:09 -0700 Subject: [PATCH] Update Meshtastic/Enums/DeviceEnums.swift Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- Meshtastic/Enums/DeviceEnums.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meshtastic/Enums/DeviceEnums.swift b/Meshtastic/Enums/DeviceEnums.swift index 8bfd33ed..b32a99d6 100644 --- a/Meshtastic/Enums/DeviceEnums.swift +++ b/Meshtastic/Enums/DeviceEnums.swift @@ -72,7 +72,7 @@ enum DeviceRoles: Int, CaseIterable, Identifiable { case .lostAndFound: return "Broadcasts location as message to default channel regularly for to assist with device recovery.".localized case .routerLate: - return "Infrastructure node that always rebroadcasts packets once but only after all other modes. Visible in Nodes list. Not a good cheoice for rooftop nodes.".localized + return "Infrastructure node that always rebroadcasts packets once but only after all other modes. Visible in Nodes list. Not a good choice for rooftop nodes.".localized case .clientBase: return "Used for rooftop nodes to distribute messages more widely from multiple nearby client mute nodes.".localized }