Skip to content

Commit c01cd8b

Browse files
Added More Information About Cats (#4)
# Added More Information About Cats ## ♻️ Current situation & Problem - I think we talk too much about Spezi but too little about cats ... ## ⚙️ Release Notes - Added more information about cats ## 📝 Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/CS342/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/CS342/.github/blob/main/CONTRIBUTING.md): - [x] I agree to follow the [Code of Conduct](https://github.com/CS342/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/CS342/.github/blob/main/CONTRIBUTING.md).
1 parent 395ed90 commit c01cd8b

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Diff for: CS342ExampleApplication/Onboarding/Welcome.swift

+2-2
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(

Diff for: CS342ExampleApplication/Resources/Localizable.xcstrings

+11-11
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)