mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Update localization
This commit is contained in:
@@ -208,8 +208,7 @@ private func botReceiptControllerEntries(presentationData: PresentationData, inv
|
||||
}
|
||||
|
||||
if let tipAmount = tipAmount, tipAmount != 0 {
|
||||
//TODO:localize
|
||||
entries.append(.price(index, presentationData.theme, "Tip", formatCurrencyAmount(tipAmount, currency: formInvoice.currency), index == 0, false))
|
||||
entries.append(.price(index, presentationData.theme, presentationData.strings.Checkout_TipItem, formatCurrencyAmount(tipAmount, currency: formInvoice.currency), index == 0, false))
|
||||
totalPrice += tipAmount
|
||||
index += 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user