From bbf76296ed61f1c8b72e04612720006c23e3f13b Mon Sep 17 00:00:00 2001 From: Florian Date: Tue, 7 Jul 2020 15:35:50 +0200 Subject: [PATCH] Update KnockingParticipantList.js In order to translate the title.. Pull request #7246 --- react/features/lobby/components/web/KnockingParticipantList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/features/lobby/components/web/KnockingParticipantList.js b/react/features/lobby/components/web/KnockingParticipantList.js index f2ee61763..eaf3dfced 100644 --- a/react/features/lobby/components/web/KnockingParticipantList.js +++ b/react/features/lobby/components/web/KnockingParticipantList.js @@ -40,7 +40,7 @@ class KnockingParticipantList extends AbstractKnockingParticipantList { className = { _toolboxVisible ? 'toolbox-visible' : '' } id = 'knocking-participant-list'> - Knocking participant list + { t('lobby.knockingParticipantList') }