mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 03:20:48 +00:00
Merge commit 'cefc76d4fc9e8cac85d650ba702e71aa7f2679a7'
# Conflicts: # Telegram/Telegram-iOS/en.lproj/Localizable.strings
This commit is contained in:
commit
c9f9bf7daa
@ -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…
x
Reference in New Issue
Block a user