Update localization

This commit is contained in:
Ilya Laktyushin 2021-09-13 09:37:26 +03:00
parent 96da891b92
commit 1f5920cac2
2 changed files with 3 additions and 1 deletions

View File

@ -6821,3 +6821,5 @@ Ads should no longer be synonymous with abuse of user privacy. Let us redefine h
"LiveStream.RecordingSaved" = "Live stream recording saved to **Saved Messages**.";
"ChatContextMenu.MessageViewsPrivacyTip" = "To protect privacy, views are only stored for 7 days.";
"Activity.EnjoyingAnimations" = "enjoying %@ animations";

View File

@ -344,7 +344,7 @@ final class ChatTitleView: UIView, NavigationBarTitleView {
case .choosingSticker:
stringValue = strings.Activity_ChoosingSticker
case let .seeingEmojiInteraction(emoticon):
stringValue = "enjoying \(emoticon) animations"
stringValue = strings.Activity_EnjoyingAnimations(emoticon).string
case .speakingInGroupCall, .interactingWithEmoji:
stringValue = ""
}