소스 검색

Update DynamicSettingsRootView.swift

Rephrase the effect of Dynamic CR on Carb Ratio for clarity.
tmhastings 1 년 전
부모
커밋
b477fd62a7
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      FreeAPS/Sources/Modules/DynamicSettings/View/DynamicSettingsRootView.swift

+ 2 - 2
FreeAPS/Sources/Modules/DynamicSettings/View/DynamicSettingsRootView.swift

@@ -100,10 +100,10 @@ extension DynamicSettings {
                                 "Dynamic CR adjusts your carb ratio based on your Dynamic Ratio, adapting automatically to changes in insulin sensitivity."
                             )
                             Text(
-                                "When Dynamic Ratio increases, indicating you need more insulin, the carb ratio is adjusted to make your insulin dosing more effective."
+                                "When Dynamic Ratio increases, indicating you need more insulin, the carb ratio value is decreased to make your insulin dosing more effective."
                             )
                             Text(
-                                "When Dynamic Ratio decreases, indicating you need less insulin, the carb ratio is scaled back to avoid over-delivery."
+                                "When Dynamic Ratio decreases, indicating you need less insulin, the carb ratio value is increased to avoid over-delivery."
                             )
                             Text(
                                 "Note: It's recommended not to use this feature with a high Insulin Fraction (>2), as it can cause insulin dosing to become too aggressive."