Update Meshtastic/Enums/DeviceEnums.swift

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Garth Vander Houwen 2025-09-24 23:52:09 -07:00 committed by GitHub
parent 97eb6b53e5
commit fe17333ac8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
}