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')} )}