mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-03 07:56:03 +00:00
Use tr:: instead of langFactory in box titles.
This commit is contained in:
@@ -507,7 +507,7 @@ ConfirmContactBox::ConfirmContactBox(
|
||||
}
|
||||
|
||||
void ConfirmContactBox::prepare() {
|
||||
setTitle([] { return "Confirmation"; });
|
||||
setTitle(rpl::single(qsl("Confirmation"))); // #TODO hard_lang
|
||||
|
||||
auto maxWidth = 0;
|
||||
if (_comment) {
|
||||
|
Reference in New Issue
Block a user