fix(contact-list): remove parens from member count string

This commit is contained in:
Leonard Kim 2017-08-30 13:55:53 -07:00 committed by yanas
parent 4938d1b6de
commit 2ae354530e
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{
"contactlist": "Members (__pcount__)",
"contactlist": "__pcount__ Members",
"addParticipants": "Share the link",
"roomLocked": "Callers must enter a password",
"roomUnlocked": "Anyone with the link can join",