Various improvements

This commit is contained in:
Ilya Laktyushin
2025-11-12 18:41:57 +04:00
parent bdcc80e649
commit b0f4ca9ad9
7 changed files with 40 additions and 14 deletions

View File

@@ -341,8 +341,7 @@ public final class AuthorizationSequenceCountrySelectionController: ViewControll
self.statusBar.statusBarStyle = theme.rootController.statusBarStyle.style
if glass {
//TODO:localize
self.title = "Select Country"
self.title = strings.Login_SelectCountry
} else {
let navigationContentNode = AuthorizationSequenceCountrySelectionNavigationContentNode(theme: theme, strings: strings, cancel: { [weak self] in
self?.dismissed?()