Explorar o código

leave chatlist title 'Chats'

B. Petersen %!s(int64=4) %!d(string=hai) anos
pai
achega
24466a8ebf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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()