From 470abdb82838b8b818bf9d7a3749c78ea4c950e3 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Sat, 3 May 2025 10:01:02 -0700 Subject: [PATCH] Fix typo --- Localizable.xcstrings | 2 +- Meshtastic/Enums/LoraConfigEnums.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Localizable.xcstrings b/Localizable.xcstrings index 843bfbe1..95f524d2 100644 --- a/Localizable.xcstrings +++ b/Localizable.xcstrings @@ -18592,7 +18592,7 @@ } } }, - "Lomg Range - Fast" : { + "Long Range - Fast" : { "localizations" : { "it" : { "stringUnit" : { diff --git a/Meshtastic/Enums/LoraConfigEnums.swift b/Meshtastic/Enums/LoraConfigEnums.swift index 55837dd3..479d1fe7 100644 --- a/Meshtastic/Enums/LoraConfigEnums.swift +++ b/Meshtastic/Enums/LoraConfigEnums.swift @@ -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: