ソースを参照

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

j8
Leonard Kim 8年前
コミット
2ae354530e
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      lang/main.json

+ 1
- 1
lang/main.json ファイルの表示

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

読み込み中…
キャンセル
保存