Parcourir la source

edited confirm text

Bastian van de Wetering il y a 6 ans
Parent
commit
75809a5f8d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
 		)