This commit is contained in:
Garth Vander Houwen 2025-04-27 15:15:39 -07:00
parent 339317086f
commit 0854ead4f2

View file

@ -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
}