|
@@ -183,7 +183,7 @@ extension ChatListController: UITableViewDataSource, UITableViewDelegate {
|
|
extension ChatListController {
|
|
extension ChatListController {
|
|
private func showDeleteChatConfirmationAlert(chatId: Int) {
|
|
private func showDeleteChatConfirmationAlert(chatId: Int) {
|
|
let alert = UIAlertController(
|
|
let alert = UIAlertController(
|
|
- title: "Do you want to delete the chat",
|
|
|
|
|
|
+ title: "Do you want to delete the chat?",
|
|
message: nil,
|
|
message: nil,
|
|
preferredStyle: .alert
|
|
preferredStyle: .alert
|
|
)
|
|
)
|