Use translated phrase for collectible upgrade.

This commit is contained in:
John Preston 2025-05-07 21:05:33 +04:00
parent 9c3b62574d
commit ae1711a685

View file

@ -859,6 +859,8 @@ void CreditsRow::init() {
lt_count,
_entry.paidMessagesCount)
: ((!_entry.subscriptionUntil.isNull() && !isSpecial)
|| (_entry.giftUpgraded && !isSpecial)
|| (_entry.giftResale && !isSpecial)
|| _entry.title.isEmpty())
? name
: _entry.title;