Milen Minev 9 mesi fa
parent
commit
1714ed60d6

+ 1 - 1
Trio/Sources/Modules/Treatments/View/ForecastChart.swift

@@ -61,7 +61,7 @@ struct ForecastChart: View {
                 Image(systemName: "syringe.fill")
                 Text(
                     "\(Formatter.bolusFormatter.string(from: state.amount as NSNumber) ?? state.amount.description) "
-                ) + Text(String(localized: "U"))
+                ) + Text(String(localized: "U", comment: "Insulin unit"))
             }
 
             .font(.footnote)