Browse Source

use new one-to-one hint (#1422)

bjoern 3 years ago
parent
commit
af371ce4e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deltachat-ios/Chat/ChatViewController.swift

+ 1 - 1
deltachat-ios/Chat/ChatViewController.swift

@@ -1031,7 +1031,7 @@ class ChatViewController: UITableViewController {
             } else if dcChat.isDeviceTalk {
                 emptyStateView.text = String.localized("device_talk_explain")
             } else {
-                emptyStateView.text = String.localizedStringWithFormat(String.localized("chat_no_messages_hint"), dcChat.name, dcChat.name)
+                emptyStateView.text = String.localizedStringWithFormat(String.localized("chat_new_one_to_one_hint"), dcChat.name)
             }
             emptyStateView.isHidden = false
         } else {