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:
@@ -328,8 +328,7 @@ final class ChatMessageWebpageBubbleContentNode: ChatMessageBubbleContentNode {
|
||||
}
|
||||
|
||||
if let author = item.message.author as? TelegramUser, author.botInfo != nil {
|
||||
//TODO:localize
|
||||
actionTitle = "VIEW BOT"
|
||||
actionTitle = item.presentationData.strings.Conversation_ViewBot
|
||||
} else if let author = item.message.author as? TelegramChannel, case .group = author.info {
|
||||
actionTitle = item.presentationData.strings.Conversation_ViewGroup
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user