Skip to content

Commit 7cd9225

Browse files
committed
Added more information about cats
1 parent 395ed90 commit 7cd9225

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

CS342ExampleApplication/Onboarding/Welcome.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ struct Welcome: View {
2121
areas: [
2222
OnboardingInformationView.Content(
2323
icon: {
24-
Image(systemName: "apps.iphone")
24+
Image(systemName: "cat.fill")
2525
.accessibilityHidden(true)
2626
},
27-
title: "The Spezi Framework",
27+
title: "Cats are great!",
2828
description: "WELCOME_AREA1_DESCRIPTION"
2929
),
3030
OnboardingInformationView.Content(

CS342ExampleApplication/Resources/Localizable.xcstrings

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,16 @@
8181
}
8282
}
8383
},
84+
"CS342 Example Application" : {
85+
"localizations" : {
86+
"en" : {
87+
"stringUnit" : {
88+
"state" : "translated",
89+
"value" : "Spezi\nCS342 Example Application"
90+
}
91+
}
92+
}
93+
},
8494
"Grant Access" : {
8595
"localizations" : {
8696
"en" : {
@@ -321,16 +331,6 @@
321331
}
322332
}
323333
},
324-
"CS342 Example Application" : {
325-
"localizations" : {
326-
"en" : {
327-
"stringUnit" : {
328-
"state" : "translated",
329-
"value" : "Spezi\nCS342 Example Application"
330-
}
331-
}
332-
}
333-
},
334334
"Start Questionnaire" : {
335335
"localizations" : {
336336
"en" : {
@@ -386,7 +386,7 @@
386386
"en" : {
387387
"stringUnit" : {
388388
"state" : "translated",
389-
"value" : "The Spezi Framework builds the foundation of this application."
389+
"value" : "Spezi is nice, but cats are nicer … they don’t care about SwiftLint!"
390390
}
391391
}
392392
}

0 commit comments

Comments
 (0)