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 -1
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",