소스 검색

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 {