summaryrefslogtreecommitdiffstats
path: root/src/models
diff options
context:
space:
mode:
Diffstat (limited to 'src/models')
-rw-r--r--src/models/constants.ts4
1 files changed, 2 insertions, 2 deletions
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'),