mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Fix a phrase in giveaway info.
This commit is contained in:
parent
b77e74de7f
commit
eea7caeb94
1 changed files with 2 additions and 1 deletions
|
@ -689,7 +689,8 @@ void GiveawayInfoBox(
|
|||
text.append(' ').append(tr::lng_prizes_end_activated(
|
||||
tr::now,
|
||||
lt_count,
|
||||
info.activatedCount));
|
||||
info.activatedCount,
|
||||
Ui::Text::RichLangValue));
|
||||
}
|
||||
if (!info.giftCode.isEmpty()) {
|
||||
text.append("\n\n");
|
||||
|
|
Loading…
Add table
Reference in a new issue