浏览代码

Description

Jon Mårtensson 4 年之前
父节点
当前提交
bb3c7b5bf4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      FreeAPS/Sources/Modules/PreferencesEditor/PreferencesEditorStateModel.swift

+ 1 - 1
FreeAPS/Sources/Modules/PreferencesEditor/PreferencesEditorStateModel.swift

@@ -132,7 +132,7 @@ extension PreferencesEditor {
                     displayName: "Weighted Average of TDD. Weight of past 24 hours of TDD",
                     displayName: "Weighted Average of TDD. Weight of past 24 hours of TDD",
                     type: .decimal(keypath: \.weightPercentage),
                     type: .decimal(keypath: \.weightPercentage),
                     infoText: NSLocalizedString(
                     infoText: NSLocalizedString(
-                        "Default is 0.65 (65 %) of past 24 hours. The rest will be from 7 days TDD average (35 %). To only use past 24 hours, set this to 1.",
+                        "Default is 0.65 (65 %) * past 24 hours. The rest will be from 7 days TDD average (0.35). To only use past 24 hours, set this to 1.",
                         comment: "Weight of past 24 hours of TDD"
                         comment: "Weight of past 24 hours of TDD"
                     ),
                     ),
                     settable: self
                     settable: self