mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Use tr:: instead of langFactory in box titles.
This commit is contained in:
@@ -73,7 +73,7 @@ EditInfoBox::EditInfoBox(
|
||||
}
|
||||
|
||||
void EditInfoBox::prepare() {
|
||||
setTitle([] { return QString("Edit support information"); }); // #TODO hard_lang
|
||||
setTitle(rpl::single(qsl("Edit support information"))); // #TODO hard_lang
|
||||
|
||||
const auto save = [=] {
|
||||
const auto done = crl::guard(this, [=](bool success) {
|
||||
|
Reference in New Issue
Block a user