File tree 2 files changed +13
-13
lines changed
2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ struct Welcome: View {
21
21
areas: [
22
22
OnboardingInformationView . Content (
23
23
icon: {
24
- Image ( systemName: " apps.iphone " )
24
+ Image ( systemName: " cat.fill " )
25
25
. accessibilityHidden ( true )
26
26
} ,
27
- title: " The Spezi Framework " ,
27
+ title: " Cats are great! " ,
28
28
description: " WELCOME_AREA1_DESCRIPTION "
29
29
) ,
30
30
OnboardingInformationView . Content (
Original file line number Diff line number Diff line change 81
81
}
82
82
}
83
83
},
84
+ "CS342 Example Application" : {
85
+ "localizations" : {
86
+ "en" : {
87
+ "stringUnit" : {
88
+ "state" : "translated",
89
+ "value" : "Spezi\nCS342 Example Application"
90
+ }
91
+ }
92
+ }
93
+ },
84
94
"Grant Access" : {
85
95
"localizations" : {
86
96
"en" : {
321
331
}
322
332
}
323
333
},
324
- "CS342 Example Application" : {
325
- "localizations" : {
326
- "en" : {
327
- "stringUnit" : {
328
- "state" : "translated",
329
- "value" : "Spezi\nCS342 Example Application"
330
- }
331
- }
332
- }
333
- },
334
334
"Start Questionnaire" : {
335
335
"localizations" : {
336
336
"en" : {
386
386
"en" : {
387
387
"stringUnit" : {
388
388
"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! "
390
390
}
391
391
}
392
392
}
You can’t perform that action at this time.
0 commit comments