Kaynağa Gözat

Update KnockingParticipantList.js

In order to translate the title.. Pull request #7246
master
Florian 5 yıl önce
ebeveyn
işleme
bbf76296ed

+ 1
- 1
react/features/lobby/components/web/KnockingParticipantList.js Dosyayı Görüntüle

@@ -40,7 +40,7 @@ class KnockingParticipantList extends AbstractKnockingParticipantList<Props> {
40 40
                 className = { _toolboxVisible ? 'toolbox-visible' : '' }
41 41
                 id = 'knocking-participant-list'>
42 42
                 <span className = 'title'>
43
-                    Knocking participant list
43
+                    { t('lobby.knockingParticipantList') }
44 44
                 </span>
45 45
                 <ul>
46 46
                     { _participants.map(p => (

Loading…
İptal
Kaydet