Browse Source

Update text of maxCOB popup

MikePlante1 2 years ago
parent
commit
d654f5d2e4
22 changed files with 22 additions and 22 deletions
  1. 1 1
      FreeAPS/Sources/Localizations/Main/ar.lproj/Localizable.strings
  2. 1 1
      FreeAPS/Sources/Localizations/Main/ca.lproj/Localizable.strings
  3. 1 1
      FreeAPS/Sources/Localizations/Main/da.lproj/Localizable.strings
  4. 1 1
      FreeAPS/Sources/Localizations/Main/de.lproj/Localizable.strings
  5. 1 1
      FreeAPS/Sources/Localizations/Main/en.lproj/Localizable.strings
  6. 1 1
      FreeAPS/Sources/Localizations/Main/es.lproj/Localizable.strings
  7. 1 1
      FreeAPS/Sources/Localizations/Main/fi.lproj/Localizable.strings
  8. 1 1
      FreeAPS/Sources/Localizations/Main/fr.lproj/Localizable.strings
  9. 1 1
      FreeAPS/Sources/Localizations/Main/he.lproj/Localizable.strings
  10. 1 1
      FreeAPS/Sources/Localizations/Main/it.lproj/Localizable.strings
  11. 1 1
      FreeAPS/Sources/Localizations/Main/nb.lproj/Localizable.strings
  12. 1 1
      FreeAPS/Sources/Localizations/Main/nl.lproj/Localizable.strings
  13. 1 1
      FreeAPS/Sources/Localizations/Main/pl.lproj/Localizable.strings
  14. 1 1
      FreeAPS/Sources/Localizations/Main/pt-BR.lproj/Localizable.strings
  15. 1 1
      FreeAPS/Sources/Localizations/Main/pt-PT.lproj/Localizable.strings
  16. 1 1
      FreeAPS/Sources/Localizations/Main/ru.lproj/Localizable.strings
  17. 1 1
      FreeAPS/Sources/Localizations/Main/sk.lproj/Localizable.strings
  18. 1 1
      FreeAPS/Sources/Localizations/Main/sv.lproj/Localizable.strings
  19. 1 1
      FreeAPS/Sources/Localizations/Main/tr.lproj/Localizable.strings
  20. 1 1
      FreeAPS/Sources/Localizations/Main/uk.lproj/Localizable.strings
  21. 1 1
      FreeAPS/Sources/Localizations/Main/zh-Hans.lproj/Localizable.strings
  22. 1 1
      FreeAPS/Sources/Modules/PreferencesEditor/PreferencesEditorStateModel.swift

File diff suppressed because it is too large
+ 1 - 1
FreeAPS/Sources/Localizations/Main/ar.lproj/Localizable.strings


File diff suppressed because it is too large
+ 1 - 1
FreeAPS/Sources/Localizations/Main/ca.lproj/Localizable.strings


File diff suppressed because it is too large
+ 1 - 1
FreeAPS/Sources/Localizations/Main/da.lproj/Localizable.strings


File diff suppressed because it is too large
+ 1 - 1
FreeAPS/Sources/Localizations/Main/de.lproj/Localizable.strings


File diff suppressed because it is too large
+ 1 - 1
FreeAPS/Sources/Localizations/Main/en.lproj/Localizable.strings


File diff suppressed because it is too large
+ 1 - 1
FreeAPS/Sources/Localizations/Main/es.lproj/Localizable.strings


File diff suppressed because it is too large
+ 1 - 1
FreeAPS/Sources/Localizations/Main/fi.lproj/Localizable.strings


File diff suppressed because it is too large
+ 1 - 1
FreeAPS/Sources/Localizations/Main/fr.lproj/Localizable.strings


File diff suppressed because it is too large
+ 1 - 1
FreeAPS/Sources/Localizations/Main/he.lproj/Localizable.strings


File diff suppressed because it is too large
+ 1 - 1
FreeAPS/Sources/Localizations/Main/it.lproj/Localizable.strings


File diff suppressed because it is too large
+ 1 - 1
FreeAPS/Sources/Localizations/Main/nb.lproj/Localizable.strings


File diff suppressed because it is too large
+ 1 - 1
FreeAPS/Sources/Localizations/Main/nl.lproj/Localizable.strings


File diff suppressed because it is too large
+ 1 - 1
FreeAPS/Sources/Localizations/Main/pl.lproj/Localizable.strings


File diff suppressed because it is too large
+ 1 - 1
FreeAPS/Sources/Localizations/Main/pt-BR.lproj/Localizable.strings


File diff suppressed because it is too large
+ 1 - 1
FreeAPS/Sources/Localizations/Main/pt-PT.lproj/Localizable.strings


File diff suppressed because it is too large
+ 1 - 1
FreeAPS/Sources/Localizations/Main/ru.lproj/Localizable.strings


File diff suppressed because it is too large
+ 1 - 1
FreeAPS/Sources/Localizations/Main/sk.lproj/Localizable.strings


File diff suppressed because it is too large
+ 1 - 1
FreeAPS/Sources/Localizations/Main/sv.lproj/Localizable.strings


File diff suppressed because it is too large
+ 1 - 1
FreeAPS/Sources/Localizations/Main/tr.lproj/Localizable.strings


File diff suppressed because it is too large
+ 1 - 1
FreeAPS/Sources/Localizations/Main/uk.lproj/Localizable.strings


File diff suppressed because it is too large
+ 1 - 1
FreeAPS/Sources/Localizations/Main/zh-Hans.lproj/Localizable.strings


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

@@ -41,7 +41,7 @@ extension PreferencesEditor {
                     displayName: NSLocalizedString("Max COB", comment: "Max COB"),
                     type: .decimal(keypath: \.maxCOB),
                     infoText: NSLocalizedString(
-                        "This defaults maxCOB to 120 because that’s the most a typical body can absorb over 4 hours. (If someone enters more carbs or stacks more; OpenAPS will just truncate dosing based on 120. Essentially, this just limits AMA as a safety cap against weird COB calculations due to fluky data.)",
+                        "The default of maxCOB is 120. (If someone enters more carbs in one or multiple entries, iAPS will cap COB to maxCOB and keep it at maxCOB until the carbs entered above maxCOB have shown to be absorbed. Essentially, this just limits UAM as a safety cap against weird COB calculations due to fluky data.)",
                         comment: "Max COB"
                     ),
                     settable: self