2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Fix a phrase in giveaway info.

This commit is contained in:
John Preston
2023-11-06 20:29:41 +04:00
parent b77e74de7f
commit eea7caeb94

View File

@@ -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");