This commit is contained in:
Garth Vander Houwen 2025-05-03 10:01:02 -07:00
parent 8e8123354a
commit 470abdb828
2 changed files with 2 additions and 2 deletions

View file

@ -18592,7 +18592,7 @@
}
}
},
"Lomg Range - Fast" : {
"Long Range - Fast" : {
"localizations" : {
"it" : {
"stringUnit" : {

View file

@ -291,7 +291,7 @@ enum ModemPresets: Int, CaseIterable, Identifiable {
var description: String {
switch self {
case .longFast:
return "Lomg Range - Fast".localized
return "Long Range - Fast".localized
case .longSlow:
return "Long Range - Slow".localized
case .longModerate: