diff --git a/Telegram/Telegram-iOS/en.lproj/Localizable.strings b/Telegram/Telegram-iOS/en.lproj/Localizable.strings index 1f3500ef55..90138cfe1e 100644 --- a/Telegram/Telegram-iOS/en.lproj/Localizable.strings +++ b/Telegram/Telegram-iOS/en.lproj/Localizable.strings @@ -9120,3 +9120,5 @@ Sorry for the inconvenience."; "Premium.GiftedTitle.Someone" = "Someone"; "Channel.AdminLog.JoinedViaFolderInviteLink" = "%1$@ joined via invite link %2$@ (community)"; + +"Conversation.OpenChatFolder" = "Open Shared Folder"; diff --git a/submodules/TelegramUI/Sources/ChatMessageWebpageBubbleContentNode.swift b/submodules/TelegramUI/Sources/ChatMessageWebpageBubbleContentNode.swift index efb403b296..01f5b7b444 100644 --- a/submodules/TelegramUI/Sources/ChatMessageWebpageBubbleContentNode.swift +++ b/submodules/TelegramUI/Sources/ChatMessageWebpageBubbleContentNode.swift @@ -321,6 +321,8 @@ final class ChatMessageWebpageBubbleContentNode: ChatMessageBubbleContentNode { case "telegram_botapp": title = item.presentationData.strings.Conversation_BotApp actionTitle = item.presentationData.strings.Conversation_OpenBotApp + case "telegram_community": + actionTitle = item.presentationData.strings.Conversation_OpenChatFolder default: break }