Deniz Cengiz 6 hónapja
szülő
commit
55ee1815e0

+ 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")
             var remainingHoursString = "\(hours)" + String(localized: "h", comment: "abbreviation for hours")
             if hours < 12 {
             if hours < 12 {
                 remainingHoursString += " " + "\(minutes)" +
                 remainingHoursString += " " + "\(minutes)" +
-                String(localized: "m", comment: "abbreviation for minutes")
+                    String(localized: "m", comment: "abbreviation for minutes")
             }
             }
             return remainingHoursString
             return remainingHoursString
         }
         }