From 14e6aa6b278f53301a576f335bf15bb0568b0c27 Mon Sep 17 00:00:00 2001 From: Peter <> Date: Tue, 30 Apr 2019 15:50:19 +0400 Subject: [PATCH] Update localization --- TelegramUI/ChatListController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TelegramUI/ChatListController.swift b/TelegramUI/ChatListController.swift index bbf79d3e24..0c8af56431 100644 --- a/TelegramUI/ChatListController.swift +++ b/TelegramUI/ChatListController.swift @@ -134,7 +134,7 @@ public class ChatListController: TelegramController, KeyShortcutResponder, UIVie rightBarButtonItem.accessibilityLabel = "Compose" self.navigationItem.rightBarButtonItem = rightBarButtonItem } else { - self.navigationItem.title = "Archived Chats" + self.navigationItem.title = self.presentationData.strings.ChatList_ArchivedChatsTitle let rightBarButtonItem = UIBarButtonItem(title: self.presentationData.strings.Common_Edit, style: .plain, target: self, action: #selector(self.editPressed)) rightBarButtonItem.accessibilityLabel = self.presentationData.strings.Common_Edit self.navigationItem.rightBarButtonItem = rightBarButtonItem