Use more simple tr::... text helpers.

This commit is contained in:
John Preston
2025-12-15 12:15:25 +04:00
parent 629158fedb
commit 08a979e638
213 changed files with 1657 additions and 1643 deletions
@@ -343,8 +343,8 @@ void ChooseThemeController::initButtons() {
Ui::ConfirmBox(box, {
.text = tr::lng_chat_theme_gift_replace(
lt_name,
rpl::single(Ui::Text::Bold(nowHasTheme->shortName())),
Ui::Text::WithEntities),
rpl::single(tr::bold(nowHasTheme->shortName())),
tr::marked),
.confirmed = confirmed,
.confirmText = tr::lng_box_yes(),
});