Deniz Cengiz hace 5 meses
padre
commit
55ee1815e0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
         }