mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Fix prepaid giveaway
This commit is contained in:
@@ -1448,7 +1448,7 @@ private func boostsEntries(
|
||||
text = presentationData.strings.Stats_Boosts_PrepaidGiveawayMonths("\(months)").string
|
||||
case let .stars(stars, _):
|
||||
title = presentationData.strings.Stats_Boosts_Stars(Int32(stars))
|
||||
text = presentationData.strings.Stats_Boosts_StarsBoosts
|
||||
text = presentationData.strings.Stats_Boosts_StarsWinners(giveaway.quantity)
|
||||
}
|
||||
entries.append(.boostPrepaid(i, presentationData.theme, title, text, giveaway))
|
||||
i += 1
|
||||
|
||||
Reference in New Issue
Block a user