ソースを参照

Remove mention of Autotune from other settings

tmhastings 1 年間 前
コミット
cd5771bb37

+ 2 - 2
FreeAPS/Sources/Modules/AutosensSettings/View/AutosensSettingsRootView.swift

@@ -53,7 +53,7 @@ extension AutosensSettings {
                         Text("Default: 120%").bold()
                         Text("Default: 120%").bold()
                         VStack(alignment: .leading, spacing: 10) {
                         VStack(alignment: .leading, spacing: 10) {
                             Text(
                             Text(
-                                "Autosens Max sets the maximum Autosens Ratio used by Autosens, Dynamic ISF, Sigmoid Formula, and/or Autotune."
+                                "Autosens Max sets the maximum Autosens Ratio used by Autosens, Dynamic ISF, or Sigmoid Formula"
                             )
                             )
                             Text(
                             Text(
                                 "The Autosens Ratio is used to calculate the amount of adjustment needed to basals, ISF, and CR."
                                 "The Autosens Ratio is used to calculate the amount of adjustment needed to basals, ISF, and CR."
@@ -85,7 +85,7 @@ extension AutosensSettings {
                         Text("Default: 80%").bold()
                         Text("Default: 80%").bold()
                         VStack(alignment: .leading, spacing: 10) {
                         VStack(alignment: .leading, spacing: 10) {
                             Text(
                             Text(
-                                "Autosens Min sets the minimum Autosens Ratio used by Autosens, Dynamic ISF, Sigmoid Formula, and/or Autotune."
+                                "Autosens Min sets the minimum Autosens Ratio used by Autosens, Dynamic ISF, or Sigmoid Formula."
                             )
                             )
                             Text(
                             Text(
                                 "The Autosens Ratio is used to calculate the amount of adjustment needed to basals, ISF, and CR."
                                 "The Autosens Ratio is used to calculate the amount of adjustment needed to basals, ISF, and CR."