From 7cd9225f1c07bbb01d92defe1930ff88654d534b Mon Sep 17 00:00:00 2001 From: Paul Schmiedmayer Date: Tue, 28 Jan 2025 16:43:31 -0800 Subject: [PATCH] Added more information about cats --- .../Onboarding/Welcome.swift | 4 ++-- .../Resources/Localizable.xcstrings | 22 +++++++++---------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/CS342ExampleApplication/Onboarding/Welcome.swift b/CS342ExampleApplication/Onboarding/Welcome.swift index 17a42f3..516d31f 100644 --- a/CS342ExampleApplication/Onboarding/Welcome.swift +++ b/CS342ExampleApplication/Onboarding/Welcome.swift @@ -21,10 +21,10 @@ struct Welcome: View { areas: [ OnboardingInformationView.Content( icon: { - Image(systemName: "apps.iphone") + Image(systemName: "cat.fill") .accessibilityHidden(true) }, - title: "The Spezi Framework", + title: "Cats are great!", description: "WELCOME_AREA1_DESCRIPTION" ), OnboardingInformationView.Content( diff --git a/CS342ExampleApplication/Resources/Localizable.xcstrings b/CS342ExampleApplication/Resources/Localizable.xcstrings index 04346d1..089d19c 100644 --- a/CS342ExampleApplication/Resources/Localizable.xcstrings +++ b/CS342ExampleApplication/Resources/Localizable.xcstrings @@ -81,6 +81,16 @@ } } }, + "CS342 Example Application" : { + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Spezi\nCS342 Example Application" + } + } + } + }, "Grant Access" : { "localizations" : { "en" : { @@ -321,16 +331,6 @@ } } }, - "CS342 Example Application" : { - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Spezi\nCS342 Example Application" - } - } - } - }, "Start Questionnaire" : { "localizations" : { "en" : { @@ -386,7 +386,7 @@ "en" : { "stringUnit" : { "state" : "translated", - "value" : "The Spezi Framework builds the foundation of this application." + "value" : "Spezi is nice, but cats are nicer … they don’t care about SwiftLint!" } } }