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
8e8123354a
commit
470abdb828
2 changed files with 2 additions and 2 deletions
|
|
@ -18592,7 +18592,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"Lomg Range - Fast" : {
|
||||
"Long Range - Fast" : {
|
||||
"localizations" : {
|
||||
"it" : {
|
||||
"stringUnit" : {
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue