ui: whats new in v6.0, rename "Deleted chats" to "Archived contacts" (#4599)

* ios: whats new in v6.0

* android, rename Deleted chats to Archive contacts
This commit is contained in:
Evgeny
2024-08-06 19:20:54 +01:00
committed by GitHub
parent 601b081cab
commit e6545a1747
7 changed files with 102 additions and 7 deletions
@@ -121,7 +121,7 @@ struct NewChatSheet: View {
NavigationLink {
DeletedChats()
} label: {
newChatActionButton("archivebox", color: theme.colors.secondary) { Text("Deleted chats") }
newChatActionButton("archivebox", color: theme.colors.secondary) { Text("Archived contacts") }
}
}
}