mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-02 07:25:46 +00:00
Use translated phrase for collectible upgrade.
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user