mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Fix fifteen second label
This commit is contained in:
parent
aea3a96bc7
commit
de05811f14
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ enum SerialTimeoutIntervals: Int, CaseIterable, Identifiable {
|
|||
case .tenSeconds:
|
||||
return "Ten Seconds".localized
|
||||
case .fifteenSeconds:
|
||||
return "Thirty Seconds".localized
|
||||
return "Fifteen Seconds".localized
|
||||
case .thirtySeconds:
|
||||
return "Thirty Seconds".localized
|
||||
case .oneMinute:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue