From a95fb5b28d7376eb183721e58202ba5b1249a997 Mon Sep 17 00:00:00 2001 From: 23rd <23rd@vivaldi.net> Date: Fri, 28 Jun 2024 13:32:34 +0300 Subject: [PATCH] Slightly improved withdraw phrases to fit small buttons. --- Telegram/Resources/langs/lang.strings | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Telegram/Resources/langs/lang.strings b/Telegram/Resources/langs/lang.strings index 622bd3e5b..95559a1c7 100644 --- a/Telegram/Resources/langs/lang.strings +++ b/Telegram/Resources/langs/lang.strings @@ -5238,10 +5238,10 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL "lng_bot_earn_balance_title" = "Available balance"; "lng_bot_earn_balance_about" = "Stars from your total balance become available for spending on ads and rewards 21 days after they are earned."; "lng_bot_earn_balance_about_url" = "https://telegram.org/tos/stars"; -"lng_bot_earn_balance_button#one" = "Withdraw {emoji} {count} via Fragment"; -"lng_bot_earn_balance_button#other" = "Withdraw {emoji} {count} via Fragment"; -"lng_bot_earn_balance_button_all" = "Withdraw all stars via Fragment"; -"lng_bot_earn_balance_button_locked" = "Withdraw via Fragment"; +"lng_bot_earn_balance_button#one" = "Withdraw {emoji} {count}"; +"lng_bot_earn_balance_button#other" = "Withdraw {emoji} {count}"; +"lng_bot_earn_balance_button_all" = "Withdraw all stars"; +"lng_bot_earn_balance_button_locked" = "Withdraw"; "lng_bot_earn_balance_button_buy_ads" = "Buy Ads"; "lng_bot_earn_learn_credits_out_about" = "You can withdraw Stars using Fragment, or use Stars to advertise your bot. {link}"; "lng_bot_earn_out_ph" = "Enter amount to withdraw";