fix(contact-list): remove parens from member count string
This commit is contained in:
parent
4938d1b6de
commit
2ae354530e
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"contactlist": "Members (__pcount__)",
|
"contactlist": "__pcount__ Members",
|
||||||
"addParticipants": "Share the link",
|
"addParticipants": "Share the link",
|
||||||
"roomLocked": "Callers must enter a password",
|
"roomLocked": "Callers must enter a password",
|
||||||
"roomUnlocked": "Anyone with the link can join",
|
"roomUnlocked": "Anyone with the link can join",
|
||||||
|
|
Loading…
Reference in New Issue