Compare commits

...

2 Commits

Author SHA1 Message Date
Anna 5fb1d6c61b
Merge pull request #3899 from nextcloud/fix/clarify-settings-option-for-circle-modal
fix(settings): clarify settings option for open team
2024-04-26 13:11:23 +02:00
Anna Larch 0aba5455be fix(settings): clarify settings option for open circle
Signed-off-by: Anna Larch <anna@nextcloud.com>
2024-04-22 15:40:17 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ export const PUBLIC_CIRCLE_CONFIG = {
[t('contacts', 'Invites')]: {
[CIRCLE_CONFIG_OPEN]: t('contacts', 'Anyone can request membership'),
[CIRCLE_CONFIG_INVITE]: t('contacts', 'Members need to accept invitation'),
[CIRCLE_CONFIG_REQUEST]: t('contacts', 'Memberships must be confirmed/accepted by a Moderator (requires Open)'),
[CIRCLE_CONFIG_REQUEST]: t('contacts', 'Memberships must be confirmed/accepted by a Moderator (requires "Anyone can request membership")'),
[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'),