From 1ef4eff5879ba3effd625b9ad5f0318de3476bda Mon Sep 17 00:00:00 2001 From: zubiden <19638254+zubiden@users.noreply.github.com> Date: Sat, 11 Oct 2025 19:07:28 +0200 Subject: [PATCH] Localization: Update server strings (#6346) --- src/assets/localization/fallback.strings | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/assets/localization/fallback.strings b/src/assets/localization/fallback.strings index 5cc627ab0..aec7e6233 100644 --- a/src/assets/localization/fallback.strings +++ b/src/assets/localization/fallback.strings @@ -1428,7 +1428,7 @@ "ProfileOpenAppAbout" = "By launching this mini app, you agree to the {terms}."; "ProfileOpenAppTerms" = "Terms of Service for Mini Apps"; "ProfileBotOpenAppInfoLink" = "https://telegram.org/tos/mini-apps"; -"ProfileBirthday" = "Date of birth"; +"ProfileBirthday" = "Birthday"; "ProfileBirthdayToday" = "Birthday today"; "ProfileBirthdayValue" = "{date}"; "ProfileBirthdayValueYear" = "{date} ({age} years old)"; @@ -1521,7 +1521,7 @@ "GiftValueTitleLastPrice" = "Last Price"; "GiftValueTitleMinimumPrice" = "Minimum Price"; "GiftValueTitleAveragePrice" = "Average Price"; -"GiftValueDescription" = "This is average sale price of **{giftName}** on Telegram and Fragment over the past month."; +"GiftValueDescription" = "The average sale price of **{giftName}** gifts on Telegram and Fragment over the past month."; "GiftInfoSoldOutTitle" = "Unavailable"; "GiftInfoSoldOutDescription" = "This gift has been sold out"; "GiftInfoSenderHidden" = "Only you can see the sender's name and message."; @@ -1562,7 +1562,7 @@ "GiftUpgradeTradeableTitle" = "Tradable"; "GiftUpgradeTradeableDescription" = "Sell or auction your gift on third-party NFT marketplaces."; "GiftUpgradeTitle" = "Make unique"; -"GiftPeerUpgradeText" = "Let {peer} turn your gift into a unique collectible."; +"GiftPeerUpgradeText" = "Let {peer} turn this gift into a unique collectible."; "GiftUpgradeTextOwn" = "Turn your gift into a unique collectible that you can transfer or auction."; "GiftUpgradeKeepDetails" = "Keep sender's name and comment"; "GiftUpgradeButton" = "Upgrade for {amount}";