diff --git a/yobble/Resources/Localizable.xcstrings b/yobble/Resources/Localizable.xcstrings index 8b59e96..0bc1ef9 100644 --- a/yobble/Resources/Localizable.xcstrings +++ b/yobble/Resources/Localizable.xcstrings @@ -3107,6 +3107,7 @@ } }, "Чаты" : { + "comment" : "Chats tab title", "localizations" : { "en" : { "stringUnit" : { diff --git a/yobble/Views/Tab/ChatsTab.swift b/yobble/Views/Tab/ChatsTab.swift index 2a3f4c6..82f30de 100644 --- a/yobble/Views/Tab/ChatsTab.swift +++ b/yobble/Views/Tab/ChatsTab.swift @@ -51,6 +51,7 @@ struct ChatsTab: View { var body: some View { content + .navigationTitle(NSLocalizedString("Чаты", comment: "Chats tab title")) .background(Color(UIColor.systemBackground)) .onAppear { viewModel.loadInitialChats()