From 2ae354530eaffff22b5e437041f0f9f9a38b48b0 Mon Sep 17 00:00:00 2001 From: Leonard Kim Date: Wed, 30 Aug 2017 13:55:53 -0700 Subject: [PATCH] fix(contact-list): remove parens from member count string --- lang/main.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/main.json b/lang/main.json index 17ce1dfe6..bdb6b4344 100644 --- a/lang/main.json +++ b/lang/main.json @@ -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",