diff --git a/Telegram/Resources/langs/lang.strings b/Telegram/Resources/langs/lang.strings index 7404568197..4112ee555d 100644 --- a/Telegram/Resources/langs/lang.strings +++ b/Telegram/Resources/langs/lang.strings @@ -1200,15 +1200,14 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL "lng_manage_peer_requests" = "Member Requests"; "lng_manage_peer_requests_channel" = "Subscriber Requests"; +"lng_manage_peer_reactions_enable" = "Enable Reactions"; +"lng_manage_peer_reactions_about_channel" = "Allow subscribers to react to channel posts."; "lng_manage_peer_reactions_all" = "All reactions"; "lng_manage_peer_reactions_all_about" = "Members of the group can use any emoji as reactions to messages."; -"lng_manage_peer_reactions_all_about_channel" = "Subscribers of this channel can use any emoji as reactions to messages."; "lng_manage_peer_reactions_some" = "Some reactions"; "lng_manage_peer_reactions_some_about" = "You can select emoji that will allow members of your group to react to messages."; -"lng_manage_peer_reactions_some_about_channel" = "You can select emoji that will allow subscribers of this channel to react to messages."; "lng_manage_peer_reactions_none" = "No reactions"; "lng_manage_peer_reactions_none_about" = "Members of the group can't add any reactions to messages."; -"lng_manage_peer_reactions_none_about_channel" = "Subscribers of this channel can't add any reactions to messages."; "lng_manage_peer_reactions_some_title" = "Only allow these reactions"; "lng_manage_peer_reactions_available" = "Available reactions"; diff --git a/Telegram/SourceFiles/boxes/peers/edit_peer_reactions.cpp b/Telegram/SourceFiles/boxes/peers/edit_peer_reactions.cpp index a72aeed772..47819055ec 100644 --- a/Telegram/SourceFiles/boxes/peers/edit_peer_reactions.cpp +++ b/Telegram/SourceFiles/boxes/peers/edit_peer_reactions.cpp @@ -45,7 +45,9 @@ void EditAllowedReactionsBox( }; struct State { base::flat_map> toggles; - rpl::variable