mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-05 00:46:08 +00:00
Use tr:: instead of langFactory in box titles.
This commit is contained in:
@@ -742,9 +742,9 @@ void PeerMenuBlockUserBox(
|
||||
|
||||
box->addSkip(st::boxLittleSkip);
|
||||
|
||||
box->setTitle([=] {
|
||||
return lng_blocked_list_confirm_title(lt_name, name);
|
||||
});
|
||||
box->setTitle(tr::lng_blocked_list_confirm_title(
|
||||
lt_name,
|
||||
rpl::single(name)));
|
||||
|
||||
box->addButton(langFactory(lng_blocked_list_confirm_ok), [=] {
|
||||
const auto reportChecked = report && report->checked();
|
||||
|
Reference in New Issue
Block a user