Simple auction position display.

This commit is contained in:
John Preston
2025-11-14 20:22:04 +04:00
parent 12a2dcf484
commit ff9afdae3e
2 changed files with 1 additions and 5 deletions
-1
View File
@@ -4070,7 +4070,6 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
"lng_auction_bought_date" = "Date";
"lng_auction_bought_bid" = "Accepted Bid";
"lng_auction_bought_round" = "Round #{n}";
"lng_auction_bought_top" = "Top {n}";
"lng_auction_change_title" = "Change Recipient";
"lng_auction_change_button" = "Change";
"lng_auction_change_already" = "You've already placed a bid on this gift for {name}.";
@@ -898,10 +898,7 @@ void AuctionGotGiftsBox(
).append(' ').append(
helper.paletteDependent(
Text::CustomEmojiTextBadge(
tr::lng_auction_bought_top(
tr::now,
lt_n,
QString::number(entry.position)).toUpper(),
'#' + QString::number(entry.position),
st::defaultTableSmallButton)));
AddTableRow(
table,