mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Update localization
This commit is contained in:
@@ -2429,7 +2429,11 @@ final class PeerInfoHeaderNode: ASDisplayNode {
|
||||
buttonText = presentationData.strings.PeerInfo_ButtonVideoCall
|
||||
buttonIcon = .videoCall
|
||||
case .voiceChat:
|
||||
buttonText = presentationData.strings.PeerInfo_ButtonVoiceChat
|
||||
if let channel = peer as? TelegramChannel, case .broadcast = channel.info {
|
||||
buttonText = presentationData.strings.PeerInfo_ButtonLiveStream
|
||||
} else {
|
||||
buttonText = presentationData.strings.PeerInfo_ButtonVoiceChat
|
||||
}
|
||||
buttonIcon = .voiceChat
|
||||
case .mute:
|
||||
if let notificationSettings = notificationSettings, case .muted = notificationSettings.muteState {
|
||||
|
||||
Reference in New Issue
Block a user