瀏覽代碼

✏️ 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 年之前
父節點
當前提交
c5dcafdac5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Trio/Sources/Modules/BolusCalculatorConfig/View/BolusCalculatorConfigRootView.swift

+ 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."
                         )
                     }
                 )