From 3dc410f91308b528694c85af43ed16be01dce868 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Mon, 27 Feb 2023 16:55:20 -0800 Subject: [PATCH] Remove text with no text --- Meshtastic/Views/Settings/AppSettings.swift | 3 --- en.lproj/Localizable.strings | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) 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: %@";