Przeglądaj źródła

Adapt some paddings and texts for space

Deniz Cengiz 1 rok temu
rodzic
commit
945b3ffb9d

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

@@ -203501,7 +203501,7 @@
         }
       }
     },
-    "Trio comes with a helpful Startup Guide designed to walk you through each step of your onboarding journey. We recommend opening it now and following along as you go — side by side." : {
+    "Trio comes with a helpful Startup Guide. We recommend opening it now and following along as you go — side by side." : {
 
     },
     "Trio Configuration" : {

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

@@ -10,9 +10,10 @@ struct StartupGuideStepView: View {
     @Environment(\.openURL) var openURL
 
     var body: some View {
-        VStack(spacing: 20) {
+        VStack(alignment: .leading, spacing: 20) {
             Text("Before you begin…")
                 .font(.title.bold())
+                .padding(.horizontal)
 
             VStack(alignment: .leading, spacing: 10) {
                 BulletPoint(String(localized: "Take a deep breath — you've got this."))

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

@@ -68,7 +68,7 @@ enum OnboardingStep: Int, CaseIterable, Identifiable, Equatable {
             )
         case .startupGuide:
             return String(
-                localized: "Trio comes with a helpful Startup Guide designed to walk you through each step of your onboarding journey. We recommend opening it now and following along as you go — side by side."
+                localized: "Trio comes with a helpful Startup Guide. We recommend opening it now and following along as you go — side by side."
             )
         case .diagnostics:
             return String(