diff --git a/Telegram/Telegram-iOS/en.lproj/Localizable.strings b/Telegram/Telegram-iOS/en.lproj/Localizable.strings index 9c491f558b..1e7272b72b 100644 --- a/Telegram/Telegram-iOS/en.lproj/Localizable.strings +++ b/Telegram/Telegram-iOS/en.lproj/Localizable.strings @@ -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"; diff --git a/submodules/TelegramUI/Components/Gifts/GiftOptionsScreen/Sources/GiftOptionsScreen.swift b/submodules/TelegramUI/Components/Gifts/GiftOptionsScreen/Sources/GiftOptionsScreen.swift index a8d04e40dd..c9fdf2a450 100644 --- a/submodules/TelegramUI/Components/Gifts/GiftOptionsScreen/Sources/GiftOptionsScreen.swift +++ b/submodules/TelegramUI/Components/Gifts/GiftOptionsScreen/Sources/GiftOptionsScreen.swift @@ -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 diff --git a/versions.json b/versions.json index e4f292734f..7816fd08cd 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,5 @@ { - "app": "11.14", + "app": "11.14.1", "xcode": "16.2", "bazel": "8.3.1:0cac3a67dc5429c68272dc6944104952e9e4cf84b29d126a5ff3fbaa59045217", "macos": "15"