Browse Source

prefer example.org over example.com

B. Petersen 5 năm trước cách đây
mục cha
commit
7f2ebbde13

+ 1 - 1
deltachat-ios/View/TextFieldCell.swift

@@ -77,7 +77,7 @@ class TextFieldCell: UITableViewCell {
     }
     }
 
 
     static func makeEmailCell(delegate: UITextFieldDelegate? = nil) -> TextFieldCell {
     static func makeEmailCell(delegate: UITextFieldDelegate? = nil) -> TextFieldCell {
-        let cell = TextFieldCell(description: String.localized("email_address"), placeholder: "you@example.com")
+        let cell = TextFieldCell(description: String.localized("email_address"), placeholder: "you@example.org")
         cell.textField.keyboardType = .emailAddress
         cell.textField.keyboardType = .emailAddress
         // switch off quicktype
         // switch off quicktype
         cell.textField.autocorrectionType = .no
         cell.textField.autocorrectionType = .no