mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various improvements
This commit is contained in:
@@ -642,8 +642,7 @@ final class GiftOptionsScreenComponent: Component {
|
||||
if isSelfGift {
|
||||
premiumTitleString = strings.Gift_Options_GiftSelf_Title
|
||||
} else if isChannelGift {
|
||||
//TODO:localize
|
||||
premiumTitleString = "Send a Gift"
|
||||
premiumTitleString = strings.Gift_Options_GiftChannel_Title
|
||||
} else {
|
||||
premiumTitleString = strings.Gift_Options_Premium_Title
|
||||
}
|
||||
@@ -675,8 +674,7 @@ final class GiftOptionsScreenComponent: Component {
|
||||
if isSelfGift {
|
||||
premiumDescriptionRawString = strings.Gift_Options_GiftSelf_Text
|
||||
} else if isChannelGift {
|
||||
//TODO:localize
|
||||
premiumDescriptionRawString = "Select a gift to show appreciation for **\(peerName)**."
|
||||
premiumDescriptionRawString = strings.Gift_Options_GiftChannel_Text(peerName).string
|
||||
} else {
|
||||
premiumDescriptionRawString = strings.Gift_Options_Premium_Text(peerName).string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user