diff --git a/Behavior/Onboarding/InterestingModules.swift b/Behavior/Onboarding/InterestingModules.swift index f4dc131..e8809d3 100644 --- a/Behavior/Onboarding/InterestingModules.swift +++ b/Behavior/Onboarding/InterestingModules.swift @@ -30,10 +30,6 @@ struct InterestingModules: View { SequentialOnboardingView.Content( title: "INTERESTING_MODULES_AREA3_TITLE", description: "INTERESTING_MODULES_AREA3_DESCRIPTION" - ), - SequentialOnboardingView.Content( - title: "INTERESTING_MODULES_AREA4_TITLE", - description: "INTERESTING_MODULES_AREA4_DESCRIPTION" ) ], actionText: "INTERESTING_MODULES_BUTTON", diff --git a/Behavior/Onboarding/Welcome.swift b/Behavior/Onboarding/Welcome.swift index f2cf95d..ab889e7 100644 --- a/Behavior/Onboarding/Welcome.swift +++ b/Behavior/Onboarding/Welcome.swift @@ -21,7 +21,7 @@ struct Welcome: View { areas: [ OnboardingInformationView.Content( icon: { - Image(systemName: "apps.iphone") + Image(systemName: "person.crop.circle") .accessibilityHidden(true) }, title: "WELCOME_AREA1_TITLE", @@ -29,7 +29,7 @@ struct Welcome: View { ), OnboardingInformationView.Content( icon: { - Image(systemName: "shippingbox.fill") + Image(systemName: "waveform.path.ecg") .accessibilityHidden(true) }, title: "WELCOME_AREA2_TITLE", @@ -37,7 +37,7 @@ struct Welcome: View { ), OnboardingInformationView.Content( icon: { - Image(systemName: "list.bullet.clipboard.fill") + Image(systemName: "heart.text.square") .accessibilityHidden(true) }, title: "WELCOME_AREA3_TITLE", diff --git a/Behavior/Resources/Localizable.xcstrings b/Behavior/Resources/Localizable.xcstrings index 4c624f8..4ea9d96 100644 --- a/Behavior/Resources/Localizable.xcstrings +++ b/Behavior/Resources/Localizable.xcstrings @@ -210,7 +210,7 @@ "en" : { "stringUnit" : { "state" : "translated", - "value" : "The onboarding module allows you to build an onboarding flow like this one." + "value" : "Baseline surveys, health-related questions, and summary of relevant information" } } } @@ -230,7 +230,7 @@ "en" : { "stringUnit" : { "state" : "translated", - "value" : "The application uses HL7 FHIR to provide a common standard to encode data gathered by the application." + "value" : "Understanding, translation, and monitoring of quantitative and qualitative goals " } } } @@ -240,7 +240,7 @@ "en" : { "stringUnit" : { "state" : "translated", - "value" : "HL7 FHIR" + "value" : "Goal Setting" } } } @@ -250,7 +250,7 @@ "en" : { "stringUnit" : { "state" : "translated", - "value" : "The contact module allows you to display contact information in your application." + "value" : "Interventions based on personal health data, semantic context, and new obstacles" } } } @@ -260,7 +260,7 @@ "en" : { "stringUnit" : { "state" : "translated", - "value" : "Contact" + "value" : "Scheduling & Personalizing Interventions" } } } @@ -270,7 +270,7 @@ "en" : { "stringUnit" : { "state" : "translated", - "value" : "The HealthKit data source module allows you to fetch data from HealthKit and e.g. transform it to FHIR resources." + "value" : "Description" } } } @@ -300,7 +300,7 @@ "en" : { "stringUnit" : { "state" : "translated", - "value" : "Here are a few Spezi modules that are interesting to know about ..." + "value" : "Here are a few key features of our LLM-based conversational agent" } } } @@ -311,7 +311,7 @@ "en" : { "stringUnit" : { "state" : "translated", - "value" : "Interesting Modules" + "value" : "Key Features" } } } @@ -433,7 +433,7 @@ "en" : { "stringUnit" : { "state" : "translated", - "value" : "The Spezi Framework builds the foundation of this application." + "value" : "Rich personalization to your goals, personality, and life circumstances" } } } @@ -443,7 +443,7 @@ "en" : { "stringUnit" : { "state" : "translated", - "value" : "The Spezi Framework" + "value" : "Rich Personalization" } } } @@ -453,7 +453,7 @@ "en" : { "stringUnit" : { "state" : "translated", - "value" : "Spezi uses the Swift Package Manager to import it as a dependency." + "value" : "Integration of quantitative data with semantic information captured in conversation" } } } @@ -463,7 +463,7 @@ "en" : { "stringUnit" : { "state" : "translated", - "value" : "Swift Package Manager" + "value" : "Quantitative Data Integration" } } } @@ -473,7 +473,7 @@ "en" : { "stringUnit" : { "state" : "translated", - "value" : "Spezi offers several modules including HealthKit integration, questionnaires, and more ..." + "value" : "Support to help make sense of and interpret personal health data" } } } @@ -483,7 +483,7 @@ "en" : { "stringUnit" : { "state" : "translated", - "value" : "Spezi Modules" + "value" : "Health Data Interpretation" } } } @@ -503,7 +503,7 @@ "en" : { "stringUnit" : { "state" : "translated", - "value" : "This application collects data about your step count and active energy burned." + "value" : "This application supports healthy behavior change with LLM-based conversational agents" } } } @@ -514,7 +514,7 @@ "en" : { "stringUnit" : { "state" : "translated", - "value" : "Welcome to the Behavior Application!" + "value" : "Behavior" } } }