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