B. Petersen hace 2 años
padre
commit
503d311798
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      deltachat-ios/Controller/BackupTransferViewController.swift

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

@@ -25,7 +25,7 @@ class BackupTransferViewController: UIViewController {
         let label = UILabel(frame: CGRect(x: 10, y: 100, width: 400, height: 200))
         label.text = String.localized("preparing_account")
         label.textColor = DcColors.defaultTextColor
-        label.textAlignment = .left
+        label.textAlignment = .center
         label.numberOfLines = 0
         label.lineBreakMode = .byWordWrapping
         label.font = .preferredFont(forTextStyle: .headline)