Various improvements

This commit is contained in:
Ilya Laktyushin
2025-01-18 13:44:42 +04:00
parent a8fd8c6085
commit ef6c097f6f
57 changed files with 1892 additions and 485 deletions

View File

@@ -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
}