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