diff --git a/IceCubesApp/Resources/Localization/Localizable.xcstrings b/IceCubesApp/Resources/Localization/Localizable.xcstrings index fc1b5ed5..fe8ddf69 100644 --- a/IceCubesApp/Resources/Localization/Localizable.xcstrings +++ b/IceCubesApp/Resources/Localization/Localizable.xcstrings @@ -38590,7 +38590,7 @@ "uk" : { "stringUnit" : { "state" : "translated", - "value" : "Опис" + "value" : "Про застосунок" } }, "zh-Hans" : { @@ -38708,7 +38708,7 @@ "uk" : { "stringUnit" : { "state" : "translated", - "value" : "Іконка додатку" + "value" : "Іконка застосунку" } }, "zh-Hans" : { @@ -39300,7 +39300,7 @@ "uk" : { "stringUnit" : { "state" : "translated", - "value" : "Підтримати додаток" + "value" : "Підтримати застосунок" } }, "zh-Hans" : { @@ -49929,7 +49929,7 @@ "uk" : { "stringUnit" : { "state" : "translated", - "value" : "Додаток" + "value" : "Застосунок" } }, "zh-Hans" : { @@ -50047,7 +50047,7 @@ "uk" : { "stringUnit" : { "state" : "translated", - "value" : "Версія додатку: %@" + "value" : "Версія застосунку: %@" } }, "zh-Hans" : { diff --git a/Packages/AppAccount/Sources/AppAccount/AppAccountsSelectorView.swift b/Packages/AppAccount/Sources/AppAccount/AppAccountsSelectorView.swift index b286dd9f..210b9e8b 100644 --- a/Packages/AppAccount/Sources/AppAccount/AppAccountsSelectorView.swift +++ b/Packages/AppAccount/Sources/AppAccount/AppAccountsSelectorView.swift @@ -174,7 +174,7 @@ public struct AppAccountsSelectorView: View { routerPath.presentedSheet = .about } } label: { - Label("account.edit.about", systemImage: "info.circle") + Label("settings.app.about", systemImage: "info.circle") } }