Merge commit 'cefc76d4fc'
# Conflicts: # Telegram/Telegram-iOS/en.lproj/Localizable.strings
This commit is contained in:
commit
c9f9bf7daa
3 changed files with 4 additions and 2 deletions
|
|
@ -14882,3 +14882,5 @@ Sorry for the inconvenience.";
|
|||
"Stories.ToastAddedToFolder_any" = "%@ stories added to folder.";
|
||||
"Stories.ToastAlbumNotAvailable" = "The album is no longer available.";
|
||||
|
||||
|
||||
"Gift.Options.Gift.Premium" = "premium";
|
||||
|
|
|
|||
|
|
@ -395,7 +395,7 @@ final class GiftOptionsScreenComponent: Component {
|
|||
|
||||
if gift.flags.contains(.requiresPremium) {
|
||||
ribbon = GiftItemComponent.Ribbon(
|
||||
text: "premium",
|
||||
text: environment.strings.Gift_Options_Gift_Premium,
|
||||
color: .orange
|
||||
)
|
||||
outline = .orange
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"app": "11.14",
|
||||
"app": "11.14.1",
|
||||
"xcode": "16.2",
|
||||
"bazel": "8.3.1:0cac3a67dc5429c68272dc6944104952e9e4cf84b29d126a5ff3fbaa59045217",
|
||||
"macos": "15"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue