Parcourir la source

added comment

Milen Minev il y a 11 mois
Parent
commit
1714ed60d6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Trio/Sources/Modules/Treatments/View/ForecastChart.swift

+ 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)