Update KnockingParticipantList.js
In order to translate the title.. Pull request #7246
This commit is contained in:
parent
e0b3a81a41
commit
bbf76296ed
|
@ -40,7 +40,7 @@ class KnockingParticipantList extends AbstractKnockingParticipantList<Props> {
|
||||||
className = { _toolboxVisible ? 'toolbox-visible' : '' }
|
className = { _toolboxVisible ? 'toolbox-visible' : '' }
|
||||||
id = 'knocking-participant-list'>
|
id = 'knocking-participant-list'>
|
||||||
<span className = 'title'>
|
<span className = 'title'>
|
||||||
Knocking participant list
|
{ t('lobby.knockingParticipantList') }
|
||||||
</span>
|
</span>
|
||||||
<ul>
|
<ul>
|
||||||
{ _participants.map(p => (
|
{ _participants.map(p => (
|
||||||
|
|
Loading…
Reference in New Issue