cyberta %!s(int64=5) %!d(string=hai) anos
pai
achega
b94c9d4bc0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      deltachat-ios/Controller/AccountSetupController.swift

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

@@ -79,7 +79,7 @@ class AccountSetupController: UITableViewController {
 
     private func showProgressHud(title: String) {
         configProgressAlert.actions[0].isEnabled = true
-        configProgressAlert.title = title;
+        configProgressAlert.title = title
         configProgressAlert.message = String.localized("one_moment")
         present(configProgressAlert, animated: true, completion: nil)
     }