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
 {
1
 {
2
-    "contactlist": "Members (__pcount__)",
2
+    "contactlist": "__pcount__ Members",
3
     "addParticipants": "Share the link",
3
     "addParticipants": "Share the link",
4
     "roomLocked": "Callers must enter a password",
4
     "roomLocked": "Callers must enter a password",
5
     "roomUnlocked": "Anyone with the link can join",
5
     "roomUnlocked": "Anyone with the link can join",

Loading…
Cancel
Save