Pārlūkot izejas kodu

Merge pull request #220 from deltachat/exampleorg

prefer example.org over example.com
cyBerta 5 gadi atpakaļ
vecāks
revīzija
cbd0b1b459
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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