mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Fix typo
This commit is contained in:
parent
339317086f
commit
0854ead4f2
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ enum GpsMode: Int, CaseIterable, Equatable {
|
|||
case .disabled:
|
||||
return "Disabled".localized
|
||||
case .enabled:
|
||||
return "Eenabled".localized
|
||||
return "Enabled".localized
|
||||
case .notPresent:
|
||||
return "Not Present".localized
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue