mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Use more simple tr::... text helpers.
This commit is contained in:
@@ -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(),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user