diff --git a/Meshtastic/Views/Bluetooth/Connect.swift b/Meshtastic/Views/Bluetooth/Connect.swift index 53f428cc..71293092 100644 --- a/Meshtastic/Views/Bluetooth/Connect.swift +++ b/Meshtastic/Views/Bluetooth/Connect.swift @@ -98,7 +98,7 @@ struct Connect: View { if node != nil { - Text(LocalizedStringKey("Num: \(String(node!.num))")) + Text("Num: \(String(node!.num))") Text("Short Name: \(node?.user?.shortName ?? "????")") Text("Long Name: \(node?.user?.longName ?? "Unknown")") Text("Max Channels: \(String(node?.myInfo?.maxChannels ?? 0))")