mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Update intents
This commit is contained in:
@@ -50,8 +50,7 @@ func leftNavigationButtonForChatInterfaceState(_ presentationInterfaceState: Cha
|
||||
canClear = true
|
||||
} else if let peer = peer as? TelegramChannel {
|
||||
if case .broadcast = peer.info {
|
||||
//TODO:localize
|
||||
title = "Clear Channel"
|
||||
title = strings.Conversation_ClearChannel
|
||||
}
|
||||
if peer.hasPermission(.changeInfo) {
|
||||
canClear = true
|
||||
|
||||
Reference in New Issue
Block a user