Fixed spelling in onboarding view.

This commit is contained in:
Vicnet
2023-10-11 21:08:49 +02:00
parent e6558bba13
commit 0ef939133e
2 changed files with 2 additions and 2 deletions

View File

@@ -611,7 +611,7 @@
}
}
},
"Tank you for downloading" : {
"Thank you for downloading" : {
"localizations" : {
"de" : {
"stringUnit" : {

View File

@@ -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)