2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-02 15:35:51 +00:00

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, lt_count,
_entry.paidMessagesCount) _entry.paidMessagesCount)
: ((!_entry.subscriptionUntil.isNull() && !isSpecial) : ((!_entry.subscriptionUntil.isNull() && !isSpecial)
|| (_entry.giftUpgraded && !isSpecial)
|| (_entry.giftResale && !isSpecial)
|| _entry.title.isEmpty()) || _entry.title.isEmpty())
? name ? name
: _entry.title; : _entry.title;