Explorar el Código

edited confirm text

Bastian van de Wetering hace 6 años
padre
commit
75809a5f8d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 		)