add title
This commit is contained in:
parent
f69f0ae59e
commit
1fb1e57140
@ -3107,6 +3107,7 @@
|
||||
}
|
||||
},
|
||||
"Чаты" : {
|
||||
"comment" : "Chats tab title",
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
|
||||
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user