Deniz Cengiz пре 5 месеци
родитељ
комит
55ee1815e0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Trio/Sources/Modules/Home/View/Header/PumpView.swift

+ 1 - 1
Trio/Sources/Modules/Home/View/Header/PumpView.swift

@@ -145,7 +145,7 @@ struct PumpView: View {
             var remainingHoursString = "\(hours)" + String(localized: "h", comment: "abbreviation for hours")
             if hours < 12 {
                 remainingHoursString += " " + "\(minutes)" +
-                String(localized: "m", comment: "abbreviation for minutes")
+                    String(localized: "m", comment: "abbreviation for minutes")
             }
             return remainingHoursString
         }