diff --git a/lang/main.json b/lang/main.json index 56871ddac1..b6cc52a44f 100644 --- a/lang/main.json +++ b/lang/main.json @@ -592,6 +592,7 @@ }, "participantsPane": { "close": "Close", + "header": "Participants", "headings": { "lobby": "Lobby ({{count}})", "participantsList": "Meeting participants ({{count}})", diff --git a/react/features/participants-pane/components/native/ParticipantsPane.js b/react/features/participants-pane/components/native/ParticipantsPane.js index 76e53562cf..e4735faa56 100644 --- a/react/features/participants-pane/components/native/ParticipantsPane.js +++ b/react/features/participants-pane/components/native/ParticipantsPane.js @@ -7,7 +7,7 @@ import { Button } from 'react-native-paper'; import { useDispatch, useSelector } from 'react-redux'; import { openDialog } from '../../../base/dialog'; -import { Icon, IconClose, IconHorizontalPoints } from '../../../base/icons'; +import { Icon, IconHorizontalPoints } from '../../../base/icons'; import { JitsiModal } from '../../../base/modal'; import { getParticipantCount, @@ -40,21 +40,11 @@ const ParticipantsPane = () => { return ( - -