add title

This commit is contained in:
cheykrym 2025-12-11 21:51:47 +03:00
parent f69f0ae59e
commit 1fb1e57140
2 changed files with 2 additions and 0 deletions

View File

@ -3107,6 +3107,7 @@
} }
}, },
"Чаты" : { "Чаты" : {
"comment" : "Chats tab title",
"localizations" : { "localizations" : {
"en" : { "en" : {
"stringUnit" : { "stringUnit" : {

View File

@ -51,6 +51,7 @@ struct ChatsTab: View {
var body: some View { var body: some View {
content content
.navigationTitle(NSLocalizedString("Чаты", comment: "Chats tab title"))
.background(Color(UIColor.systemBackground)) .background(Color(UIColor.systemBackground))
.onAppear { .onAppear {
viewModel.loadInitialChats() viewModel.loadInitialChats()