From 8753840f5c20b7c43b5da8e0d2c6c2b9edd44084 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Mon, 27 Apr 2026 14:29:03 +0200 Subject: [PATCH] Mini Apps: Fix translation for download button in mini apps (#6883) --- src/components/modals/webApp/WebAppModalTabContent.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/modals/webApp/WebAppModalTabContent.tsx b/src/components/modals/webApp/WebAppModalTabContent.tsx index 3fe471f53..27f6c772e 100644 --- a/src/components/modals/webApp/WebAppModalTabContent.tsx +++ b/src/components/modals/webApp/WebAppModalTabContent.tsx @@ -1255,7 +1255,7 @@ const WebAppModalTabContent: FC = ({ /> = ({ withNodes: true, withMarkdown: true, })} - confirmLabel={oldLang('BotDownloadFileButton')} + confirmLabel={lang('BotDownloadFileButton')} onClose={handleRejectFileDownload} confirmHandler={handleDownloadFile} />