B. Petersen 5 лет назад
Родитель
Сommit
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
     }()