Add missing key

This commit is contained in:
Ali 2022-04-08 00:35:56 +04:00
parent 067c944222
commit 116472e2cf
2 changed files with 3 additions and 1 deletions

View File

@ -7501,3 +7501,5 @@ Sorry for the inconvenience.";
"PeerInfo.DeleteChannelTitle" = "Delete for All"; "PeerInfo.DeleteChannelTitle" = "Delete for All";
"PeerInfo.DeleteChannelText" = "Are you sure you want to delete the channel **%@** and all of its messages for all subscribers of the channel?"; "PeerInfo.DeleteChannelText" = "Are you sure you want to delete the channel **%@** and all of its messages for all subscribers of the channel?";
"Chat.SaveForNotifications" = "Save for Notifications";

View File

@ -692,7 +692,7 @@ func contextMenuForChatPresentationInterfaceState(chatPresentationInterfaceState
} }
if !isAlreadyAdded { if !isAlreadyAdded {
actions.append(.action(ContextMenuActionItem(text: "Save for Notifications", icon: { theme in actions.append(.action(ContextMenuActionItem(text: presentationData.strings.Chat_SaveForNotifications, icon: { theme in
return generateTintedImage(image: UIImage(bundleImageName: "Chat/Context Menu/DownloadTone"), color: theme.actionSheet.primaryTextColor) return generateTintedImage(image: UIImage(bundleImageName: "Chat/Context Menu/DownloadTone"), color: theme.actionSheet.primaryTextColor)
}, action: { _, f in }, action: { _, f in
f(.default) f(.default)