Ver código fonte

edited confirm text

Bastian van de Wetering 6 anos atrás
pai
commit
75809a5f8d
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      deltachat-ios/Controller/ChatListController.swift

+ 1 - 1
deltachat-ios/Controller/ChatListController.swift

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