From 1fb1e57140da9dc15c0e2ce090dea4f5bbf7d269 Mon Sep 17 00:00:00 2001 From: cheykrym Date: Thu, 11 Dec 2025 21:51:47 +0300 Subject: [PATCH] add title --- yobble/Resources/Localizable.xcstrings | 1 + yobble/Views/Tab/ChatsTab.swift | 1 + 2 files changed, 2 insertions(+) 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()