Просмотр исходного кода

Replace 'percentual' with 'percent' in hint

Deniz Cengiz 1 год назад
Родитель
Сommit
99f7157e0d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      FreeAPS/Sources/Modules/SMBSettings/View/SMBSettingsRootView.swift

+ 1 - 1
FreeAPS/Sources/Modules/SMBSettings/View/SMBSettingsRootView.swift

@@ -332,7 +332,7 @@ extension SMBSettings {
                     VStack(alignment: .leading, spacing: 10) {
                     VStack(alignment: .leading, spacing: 10) {
                         Text("Default: 20% increase").bold()
                         Text("Default: 20% increase").bold()
                         Text(
                         Text(
-                            "Maximum allowed positive percentual change in glucose level to permit SMBs. If the difference in glucose is greater than this, Trio will disable SMBs."
+                            "Maximum allowed positive percent change in glucose level to permit SMBs. If the difference in glucose is greater than this, Trio will disable SMBs."
                         )
                         )
                         Text("Note: This setting has a hard-coded cap of 40%")
                         Text("Note: This setting has a hard-coded cap of 40%")
                     }
                     }