Fix localization

This commit is contained in:
Ilya Laktyushin 2021-08-30 20:12:59 +03:00
parent ee333ffb69
commit c45815d47e
2 changed files with 3 additions and 1 deletions

View File

@ -6791,3 +6791,5 @@ Sorry for the inconvenience.";
"Gif.Emotion.RollEyes" = "Roll-Eyes";
"Gif.Emotion.Cool" = "Cool";
"Gif.Emotion.Party" = "Party";
"Conversation.ForwardFrom" = "From: %@";

View File

@ -178,7 +178,7 @@ final class ForwardAccessoryPanelNode: AccessoryPanelNode {
text = "\(authors): \(string)"
} else {
title = strongSelf.strings.Conversation_ForwardOptions_ForwardTitle(Int32(messages.count))
text = "From \(authors)"
text = strongSelf.strings.Conversation_ForwardFrom(authors)
}
strongSelf.messages = messages