Fix the "About" button's label in Accounts Selector view (#1826)

* Fix the key used for About in Accounts Selector view

* Improve the translation for the word "Application" in Ukrainian
This commit is contained in:
Pavlo Shadov 2024-01-05 18:17:11 +01:00 committed by GitHub
parent 1f6e8e8d18
commit 8152db745d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -38590,7 +38590,7 @@
"uk" : { "uk" : {
"stringUnit" : { "stringUnit" : {
"state" : "translated", "state" : "translated",
"value" : "Опис" "value" : "Про застосунок"
} }
}, },
"zh-Hans" : { "zh-Hans" : {
@ -38708,7 +38708,7 @@
"uk" : { "uk" : {
"stringUnit" : { "stringUnit" : {
"state" : "translated", "state" : "translated",
"value" : "Іконка додатку" "value" : "Іконка застосунку"
} }
}, },
"zh-Hans" : { "zh-Hans" : {
@ -39300,7 +39300,7 @@
"uk" : { "uk" : {
"stringUnit" : { "stringUnit" : {
"state" : "translated", "state" : "translated",
"value" : "Підтримати додаток" "value" : "Підтримати застосунок"
} }
}, },
"zh-Hans" : { "zh-Hans" : {
@ -49929,7 +49929,7 @@
"uk" : { "uk" : {
"stringUnit" : { "stringUnit" : {
"state" : "translated", "state" : "translated",
"value" : "Додаток" "value" : "Застосунок"
} }
}, },
"zh-Hans" : { "zh-Hans" : {
@ -50047,7 +50047,7 @@
"uk" : { "uk" : {
"stringUnit" : { "stringUnit" : {
"state" : "translated", "state" : "translated",
"value" : "Версія додатку: %@" "value" : "Версія застосунку: %@"
} }
}, },
"zh-Hans" : { "zh-Hans" : {

View file

@ -174,7 +174,7 @@ public struct AppAccountsSelectorView: View {
routerPath.presentedSheet = .about routerPath.presentedSheet = .about
} }
} label: { } label: {
Label("account.edit.about", systemImage: "info.circle") Label("settings.app.about", systemImage: "info.circle")
} }
} }