mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-15 21:45:19 +00:00
Fix build
This commit is contained in:
parent
c45815d47e
commit
8aefa19d31
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user