Browse Source

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

master
Leonard Kim 8 years ago
parent
commit
2ae354530e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lang/main.json

+ 1
- 1
lang/main.json View File

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

Loading…
Cancel
Save