瀏覽代碼

Remove mention of Autotune from other settings

tmhastings 1 年之前
父節點
當前提交
cd5771bb37
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      FreeAPS/Sources/Modules/AutosensSettings/View/AutosensSettingsRootView.swift

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