Преглед изворни кода

remove unneeded formatting

B. Petersen пре 5 година
родитељ
комит
5cfc8b6f98
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      deltachat-ios/Controller/ContactDetailViewController.swift

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

@@ -30,7 +30,7 @@ class ContactDetailViewController: UITableViewController {
         let cell = ActionCell()
         cell.accessibilityIdentifier = CellIdentifiers.chat.rawValue
         cell.actionColor = SystemColor.blue.uiColor
-        cell.actionTitle = String.localizedStringWithFormat(String.localized("menu_new_chat"), contact.nameNAddr)
+        cell.actionTitle = String.localized("menu_new_chat")
         cell.selectionStyle = .none
         return cell
     }()