mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Clarified block dialog phrases in Replies chat to avoid admin wording.
This commit is contained in:
@@ -2510,7 +2510,7 @@ void PeerMenuBlockUserBox(
|
||||
: v::is<ClearReply>(suggestClear)
|
||||
? box->addRow(object_ptr<Ui::Checkbox>(
|
||||
box,
|
||||
tr::lng_context_delete_msg(tr::now),
|
||||
tr::lng_blocked_list_confirm_reply(tr::now),
|
||||
true,
|
||||
st::defaultBoxCheckbox))
|
||||
: nullptr;
|
||||
@@ -2520,7 +2520,7 @@ void PeerMenuBlockUserBox(
|
||||
const auto allFromUser = v::is<ClearReply>(suggestClear)
|
||||
? box->addRow(object_ptr<Ui::Checkbox>(
|
||||
box,
|
||||
tr::lng_delete_all_from_user(
|
||||
tr::lng_blocked_list_confirm_reply_all(
|
||||
tr::now,
|
||||
lt_user,
|
||||
tr::bold(peer->name()),
|
||||
|
||||
Reference in New Issue
Block a user