diff --git a/Meshtastic/Views/Settings/AppSettings.swift b/Meshtastic/Views/Settings/AppSettings.swift index 92df911f..4a1428dd 100644 --- a/Meshtastic/Views/Settings/AppSettings.swift +++ b/Meshtastic/Views/Settings/AppSettings.swift @@ -64,9 +64,6 @@ struct AppSettings: View { } } .pickerStyle(DefaultPickerStyle()) - Text("map.usertrackingmode.description") - .font(.caption) - .listRowSeparator(.visible) } Section(header: Text("map options")) { diff --git a/en.lproj/Localizable.strings b/en.lproj/Localizable.strings index 1da45fb6..df67d0e9 100644 --- a/en.lproj/Localizable.strings +++ b/en.lproj/Localizable.strings @@ -141,9 +141,9 @@ "map.centering"="Centering Mode"; "map.recentering"="Automatic Re-centering"; "map.usertrackingmode"="User tracking mode"; -"map.usertrackingmode.none"="None"; "map.usertrackingmode.follow"="Follow"; "map.usertrackingmode.followwithheading"="Follow with heading"; +"map.usertrackingmode.none"="None"; "mesh.log"="Mesh Log"; "mesh.log.bluetooth.config %@"="Bluetooth config received: %@"; "mesh.log.cannedmessage.config %@"="Canned Message module config received: %@";