From b9fff7ac5f08c091d74c59dab46132953153148c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Tue, 1 Jun 2021 08:06:24 +0200 Subject: Fix configs wording MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- src/models/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/models/constants.ts b/src/models/constants.ts index 1b3ca4cf..f08b0e7b 100644 --- a/src/models/constants.ts +++ b/src/models/constants.ts @@ -94,9 +94,9 @@ export const CIRCLES_MEMBER_LEVELS = { export const PUBLIC_CIRCLE_CONFIG = { [t('contacts', 'Invites')]: { - [CIRCLE_CONFIG_OPEN]: t('contacts', 'Open, anyone can join'), + [CIRCLE_CONFIG_OPEN]: t('contacts', 'Anyone can request membership'), [CIRCLE_CONFIG_INVITE]: t('contacts', 'Members need to accept invitation'), - [CIRCLE_CONFIG_REQUEST]: t('contacts', 'Members need to be accepted by a moderator (requires Open)'), + [CIRCLE_CONFIG_REQUEST]: t('contacts', 'Memberships must be confirmed/accepted by a Moderator (requires Open)'), [CIRCLE_CONFIG_FRIEND]: t('contacts', 'Members can also invite'), // Let's manage password protection independently as we also need a password // [CIRCLE_CONFIG_PROTECTED]: t('contacts', 'Password protect'), -- cgit v1.2.3