소스 검색

leave chatlist title 'Chats'

B. Petersen 4 년 전
부모
커밋
24466a8ebf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      deltachat-ios/Controller/ChatListController.swift

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

@@ -381,7 +381,7 @@ class ChatListController: UITableViewController {
             navigationItem.setLeftBarButton(nil, animated: true)
            
         } else {
-            titleView.text = DcUtils.getConnectivityString(dcContext: dcContext, connectedString: String.localized("app_name"))
+            titleView.text = DcUtils.getConnectivityString(dcContext: dcContext, connectedString: String.localized("pref_chats"))
             navigationItem.setLeftBarButton(nil, animated: true)
         }
         titleView.sizeToFit()