From ca9457d4a56d4e778cc8adcf78a0d4061019a83a Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Thu, 20 Jul 2023 15:58:11 +0200 Subject: [PATCH] ChatList: Fix button text translation (#3556) --- src/components/modals/chatlist/ChatlistAlready.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/modals/chatlist/ChatlistAlready.tsx b/src/components/modals/chatlist/ChatlistAlready.tsx index fe58b6336..586fc0871 100644 --- a/src/components/modals/chatlist/ChatlistAlready.tsx +++ b/src/components/modals/chatlist/ChatlistAlready.tsx @@ -98,7 +98,7 @@ const ChatlistAlready: FC = ({ invite, folder }) => { {!selectedPeerIds.length && lang('OK')} {Boolean(selectedPeerIds.length) && ( <> - {lang('FolderLinkButtonJoinPlural')} + {lang('FolderLinkButtonJoinPlural', selectedPeerIds.length, 'i')} )}