mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-04 00:25:17 +00:00
Fix a phrase in giveaway info.
This commit is contained in:
@@ -689,7 +689,8 @@ void GiveawayInfoBox(
|
|||||||
text.append(' ').append(tr::lng_prizes_end_activated(
|
text.append(' ').append(tr::lng_prizes_end_activated(
|
||||||
tr::now,
|
tr::now,
|
||||||
lt_count,
|
lt_count,
|
||||||
info.activatedCount));
|
info.activatedCount,
|
||||||
|
Ui::Text::RichLangValue));
|
||||||
}
|
}
|
||||||
if (!info.giftCode.isEmpty()) {
|
if (!info.giftCode.isEmpty()) {
|
||||||
text.append("\n\n");
|
text.append("\n\n");
|
||||||
|
Reference in New Issue
Block a user