diff --git a/submodules/TelegramUI/Sources/ForwardAccessoryPanelNode.swift b/submodules/TelegramUI/Sources/ForwardAccessoryPanelNode.swift index cd4726401e..b346b31904 100644 --- a/submodules/TelegramUI/Sources/ForwardAccessoryPanelNode.swift +++ b/submodules/TelegramUI/Sources/ForwardAccessoryPanelNode.swift @@ -178,7 +178,7 @@ final class ForwardAccessoryPanelNode: AccessoryPanelNode { text = "\(authors): \(string)" } else { title = strongSelf.strings.Conversation_ForwardOptions_ForwardTitle(Int32(messages.count)) - text = strongSelf.strings.Conversation_ForwardFrom(authors) + text = strongSelf.strings.Conversation_ForwardFrom(authors).string } strongSelf.messages = messages