Bastian van de Wetering преди 6 години
родител
ревизия
7c37894b0d
променени са 1 файла, в които са добавени 1 реда и са изтрити 5 реда
  1. 1 5
      deltachat-ios/AccountSetupController.swift

+ 1 - 5
deltachat-ios/AccountSetupController.swift

@@ -297,8 +297,6 @@ class AccountSetupController: UITableViewController {
 		hudHandler.showBackupHud("Configuring account")
 	}
 
-
-
 	@objc func closeButtonPressed() {
 		dismiss(animated: true, completion: nil)
 	}
@@ -320,9 +318,7 @@ class AccountSetupController: UITableViewController {
 		if let url = URL.init(string: oAuth2Url) {
 			let title = "Continue with simplified setup"
 			//swiftlint:disable all
-			let message = "The entered e-mail address supports a simlified setup (oAuth2).\n\nIn the next step, please allow Delta Chat to act as your Chat with E-Mail app.\n\nThere are no Delta Chat servers, your data stays on your device."
-
-
+			let message = "The entered e-mail address supports a simplified setup (oAuth2).\n\nIn the next step, please allow Delta Chat to act as your Chat with E-Mail app.\n\nThere are no Delta Chat servers, your data stays on your device."
 
 			let oAuthAlertController = UIAlertController(title: title, message: message, preferredStyle: .alert)
 			let confirm = UIAlertAction(title: "Confirm", style: .default, handler: {