mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Web app improvements
This commit is contained in:
@@ -645,8 +645,8 @@ private final class StarsTransactionSheetContent: CombinedComponent {
|
||||
|
||||
if let giveawayMessageId {
|
||||
tableItems.append(.init(
|
||||
id: "gift",
|
||||
title: "Gift",
|
||||
id: "prize",
|
||||
title: "Prize",
|
||||
component: AnyComponent(
|
||||
MultilineTextComponent(text: .plain(NSAttributedString(string: "\(count) Stars", font: tableFont, textColor: tableTextColor)))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user