瀏覽代碼

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

bjoern 3 年之前
父節點
當前提交
af371ce4e3
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 {