Fixed spelling in onboarding view.
This commit is contained in:
@@ -611,7 +611,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Tank you for downloading" : {
|
"Thank you for downloading" : {
|
||||||
"localizations" : {
|
"localizations" : {
|
||||||
"de" : {
|
"de" : {
|
||||||
"stringUnit" : {
|
"stringUnit" : {
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ struct WelcomeTab: View {
|
|||||||
.resizable()
|
.resizable()
|
||||||
.frame(width: 120, height: 120)
|
.frame(width: 120, height: 120)
|
||||||
.clipShape(RoundedRectangle(cornerRadius: 10))
|
.clipShape(RoundedRectangle(cornerRadius: 10))
|
||||||
Text("Tank you for downloading")
|
Text("Thank you for downloading")
|
||||||
.font(.headline)
|
.font(.headline)
|
||||||
Text("Cookbook Client")
|
Text("Cookbook Client")
|
||||||
.font(.largeTitle)
|
.font(.largeTitle)
|
||||||
|
|||||||
Reference in New Issue
Block a user