Просмотр исходного кода

✏️ Change wording of "Very Low Glucose Warning" hint

Fix typos in source English strings
See: https://discord.com/channels/1020905149037813862/1336306542013845626/1357804016272412752
Eric Bouchut 1 год назад
Родитель
Сommit
c5dcafdac5

+ 1 - 1
Trio/Sources/Modules/BolusCalculatorConfig/View/BolusCalculatorConfigRootView.swift

@@ -179,7 +179,7 @@ extension BolusCalculatorConfig {
                             "Also triggered when the lowest forecasted glucose (minPredBG) is < \(state.units == .mgdL ? 54.description : 54.formattedAsMmolL) \(state.units.rawValue)."
                         )
                         Text(
-                            "Note: The forecast used for this warning does not include carbs or insulin that have not yet been logged."
+                            "Note: The forecast used for this warning does not include carbs or insulin that have been logged but not yet effective."
                         )
                     }
                 )