From a9119e69bbab3cc00e4db4b2e1d701249d925c7c Mon Sep 17 00:00:00 2001 From: Ilya Laktyushin Date: Tue, 30 Jul 2019 11:59:35 +0300 Subject: [PATCH] Fixed phone label screen title --- submodules/TelegramUI/TelegramUI/PhoneLabelController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/TelegramUI/TelegramUI/PhoneLabelController.swift b/submodules/TelegramUI/TelegramUI/PhoneLabelController.swift index f22b84e79b..77af1cdd18 100644 --- a/submodules/TelegramUI/TelegramUI/PhoneLabelController.swift +++ b/submodules/TelegramUI/TelegramUI/PhoneLabelController.swift @@ -114,7 +114,7 @@ public func phoneLabelController(context: AccountContext, currentLabel: String, arguments.complete() }) - let controllerState = ItemListControllerState(theme: presentationData.theme, title: .text(presentationData.strings.Notifications_TextTone), leftNavigationButton: leftNavigationButton, rightNavigationButton: rightNavigationButton, backNavigationButton: ItemListBackButton(title: presentationData.strings.Common_Back)) + let controllerState = ItemListControllerState(theme: presentationData.theme, title: .text(presentationData.strings.PhoneLabel_Title), leftNavigationButton: leftNavigationButton, rightNavigationButton: rightNavigationButton, backNavigationButton: ItemListBackButton(title: presentationData.strings.Common_Back)) let listState = ItemListNodeState(entries: phoneLabelEntries(presentationData: presentationData, state: state), style: .blocks) return (controllerState, (listState, arguments))