mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
capitalize
This commit is contained in:
parent
18ef8890cb
commit
b4d4bde3ee
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ struct MapSettingsForm: View {
|
|||
Picker(selection: $mapLayer, label: Text("")) {
|
||||
ForEach(MapLayer.allCases, id: \.self) { layer in
|
||||
if layer != MapLayer.offline {
|
||||
Text(layer.localized)
|
||||
Text(layer.localized.capitalized)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue