diff --git a/react/features/participants-pane/components/web/LobbyParticipants.js b/react/features/participants-pane/components/web/LobbyParticipants.js index f237f724b..2e2771e00 100644 --- a/react/features/participants-pane/components/web/LobbyParticipants.js +++ b/react/features/participants-pane/components/web/LobbyParticipants.js @@ -88,9 +88,12 @@ export default function LobbyParticipants() {
{t('participantsPane.headings.lobby', { count: participants.length })}
-
{t('lobby.admitAll')}
+ { + participants.length > 1 + &&
{t('lobby.admitAll')}
+ }