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

Change important hint for treatment data in onboarding step

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

+ 3 - 3
Trio/Sources/Localizations/Main/Localizable.xcstrings

@@ -239751,6 +239751,9 @@
         }
       }
     },
+    "Your last 24 hr of treatment data (pump events, carb entries, glucose trace, etc.) are migrated." : {
+
+    },
     "Your phone or app is not enabled for NFC communications, which is needed to pair to libre2 sensors" : {
       "extractionState" : "manual",
       "localizations" : {
@@ -240374,9 +240377,6 @@
         }
       }
     },
-    "Your treatment data (pump events, carb entries, glucose trace, etc.) are not migrated." : {
-
-    },
     "ZT" : {
       "localizations" : {
         "bg" : {

+ 1 - 1
Trio/Sources/Modules/Onboarding/View/OnboardingSteps/StartupGuide/StartupReturningUserStepView.swift

@@ -25,7 +25,7 @@ struct StartupReturningUserStepView: View {
                     Text("Important").foregroundStyle(Color.orange)
                 }.bold()
 
-                Text("Your treatment data (pump events, carb entries, glucose trace, etc.) are not migrated.")
+                Text("Your last 24 hr of treatment data (pump events, carb entries, glucose trace, etc.) are migrated.")
 
                 Divider().overlay(Color.orange)