Deniz Cengiz 1 rok temu
rodzic
commit
e4e674fba3

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

@@ -196098,7 +196098,7 @@
     "You're All Set!" : {
     "You're All Set!" : {
 
 
     },
     },
-    "You've successfully completed the initial setup of Trio. Your settings have been saved and you're ready to start using the app." : {
+    "You've successfully completed the initial setup of Trio. Tap 'Get Started' to save your settings and get ready to start using Trio." : {
 
 
     },
     },
     "Your entered amount was limited by your max Bolus setting of %d%@" : {
     "Your entered amount was limited by your max Bolus setting of %d%@" : {

+ 0 - 1
Trio/Sources/Modules/Onboarding/View/OnboardingSteps/DeliveryLimitsStepView.swift

@@ -14,7 +14,6 @@ struct DeliveryLimitsStepView: View {
                 .padding(.horizontal)
                 .padding(.horizontal)
                 .font(.headline)
                 .font(.headline)
 
 
-            // Replace with real pickers or sliders later
             switch substep {
             switch substep {
             case .maxIOB:
             case .maxIOB:
                 deliveryLimitInputSection(
                 deliveryLimitInputSection(

+ 1 - 2
Trio/Sources/Modules/Onboarding/View/OnboardingSteps/OnboardingStepViews.swift

@@ -44,7 +44,6 @@ struct CompletedStepView: View {
             Image(systemName: "checkmark.circle.fill")
             Image(systemName: "checkmark.circle.fill")
                 .font(.system(size: 80))
                 .font(.system(size: 80))
                 .foregroundColor(.green)
                 .foregroundColor(.green)
-                .padding()
 
 
             Text("You're All Set!")
             Text("You're All Set!")
                 .font(.title)
                 .font(.title)
@@ -52,7 +51,7 @@ struct CompletedStepView: View {
                 .multilineTextAlignment(.center)
                 .multilineTextAlignment(.center)
 
 
             Text(
             Text(
-                "You've successfully completed the initial setup of Trio. Your settings have been saved and you're ready to start using the app."
+                "You've successfully completed the initial setup of Trio. Tap 'Get Started' to save your settings and get ready to start using Trio."
             )
             )
             .multilineTextAlignment(.center)
             .multilineTextAlignment(.center)
             .foregroundColor(.secondary)
             .foregroundColor(.secondary)