Browse Source

prefer example.org over example.com

B. Petersen 5 years ago
parent
commit
7f2ebbde13
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deltachat-ios/View/TextFieldCell.swift

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

@@ -77,7 +77,7 @@ class TextFieldCell: UITableViewCell {
     }
 
     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
         // switch off quicktype
         cell.textField.autocorrectionType = .no