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

Adjust verbose hint for 'Rewind Resets Autosens' to include Dana

Deniz Cengiz 1 год назад
Родитель
Сommit
54bd46c812

+ 4 - 0
Trio/Sources/Localizations/Main/Localizable.xcstrings

@@ -142036,7 +142036,11 @@
         }
       }
     },
+    "Medtronic and Dana Users Only" : {
+
+    },
     "Medtronic Users Only" : {
+      "extractionState" : "stale",
       "localizations" : {
         "bg" : {
           "stringUnit" : {

+ 1 - 1
Trio/Sources/Modules/AutosensSettings/View/AutosensSettingsRootView.swift

@@ -204,7 +204,7 @@ extension AutosensSettings {
                     miniHint: String(localized: "Pump rewind initiates a reset in Autosens Ratio."),
                     verboseHint: VStack(alignment: .leading, spacing: 5) {
                         Text("Default: ON").bold()
-                        Text("Medtronic Users Only").bold()
+                        Text("Medtronic and Dana Users Only").bold()
                         VStack(alignment: .leading, spacing: 10) {
                             Text(
                                 "This feature resets the Autosens Ratio to neutral when you rewind your pump on the assumption that this corresponds to a site change."

+ 1 - 1
Trio/Sources/Modules/Onboarding/View/OnboardingView+AlgorithmUtil.swift

@@ -191,7 +191,7 @@ enum AlgorithmSettingsSubstep: Int, CaseIterable, Identifiable {
         case .rewindResetsAutosens:
             return VStack(alignment: .leading, spacing: 5) {
                 Text("Default: ON").bold().foregroundStyle(Color.primary)
-                Text("Medtronic Users Only").bold()
+                Text("Medtronic and Dana Users Only").bold()
                 VStack(alignment: .leading, spacing: 8) {
                     Text(
                         "This feature resets the Autosens Ratio to neutral when you rewind your pump on the assumption that this corresponds to a site change."