ChatList: Fix button text translation (#3556)
This commit is contained in:
parent
9c994773b9
commit
ca9457d4a5
@ -98,7 +98,7 @@ const ChatlistAlready: FC<OwnProps> = ({ invite, folder }) => {
|
||||
{!selectedPeerIds.length && lang('OK')}
|
||||
{Boolean(selectedPeerIds.length) && (
|
||||
<>
|
||||
{lang('FolderLinkButtonJoinPlural')}
|
||||
{lang('FolderLinkButtonJoinPlural', selectedPeerIds.length, 'i')}
|
||||
<Badge className={styles.buttonBadge} text={badgeText} isAlternateColor />
|
||||
</>
|
||||
)}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user