mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-22 05:32:50 +02:00
Use translated phrase for collectible upgrade.
This commit is contained in:
parent
9c3b62574d
commit
ae1711a685
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue