Fix fifteen second label

This commit is contained in:
Garth Vander Houwen 2025-05-08 23:01:16 -07:00
parent aea3a96bc7
commit de05811f14

View file

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