mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Various improvements
This commit is contained in:
@@ -830,8 +830,7 @@ public func universalServiceMessageString(presentationData: (PresentationTheme,
|
||||
} else {
|
||||
let price: String
|
||||
if currency == "XTR" {
|
||||
//TODO:localize
|
||||
price = "\(amount) Stars"
|
||||
price = strings.Notification_PremiumGift_Stars(Int32(clamping: amount))
|
||||
} else {
|
||||
price = formatCurrencyAmount(amount, currency: currency)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user