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" : {
"en" : {
"stringUnit" : {

View File

@ -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()