Explorar o código

added comment

Milen Minev hai 11 meses
pai
achega
1714ed60d6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)