Skip to content

Commit 5935c09

Browse files
authored
Merge pull request #256 from Jerome-Herbinet/Jerome-Herbinet-patch-2
Better explanation of the different concepts that constitute access options
2 parents 151dae3 + 7690f8f commit 5935c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts/Manager/EditRoomDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const descriptions: { [key: string]: string } = {
1212
welcome: t('bbb', 'This message is shown to all users in the chat area after they joined.'),
1313
maxParticipants: t('bbb', 'Sets a limit on the number of participants for this room. Zero means there is no limit.'),
1414
recording: t('bbb', 'If enabled, the moderator is able to start the recording.'),
15-
access: t('bbb', 'Public: Everyone knowing the link is able to join. Password: Guests have to provide a password. Waiting room: A moderator has to accept every guest before they can join. Internal: Only Nextcloud users can join.'),
15+
access: t('bbb', 'Explanation of the different concepts that constitute access options :<br>- Public: Anyone who has the link can join.- <br>Internal: Only Nextcloud users can join.- <br>Password: Only guests who have the password can join..- <br>Waiting room: A moderator must accept each guest before they can join.- <br>Restricted : Only selected users and groups can access this room.'),
1616
moderator: t('bbb', 'A moderator is able to manage all participants in a meeting including kicking, muting or selecting a presenter. Users with the role moderator are also able to close a meeting or change the default settings.'),
1717
requireModerator: t('bbb', 'If enabled, normal users have to wait until a moderator is in the room.'),
1818
moderatorToken: t('bbb', 'If enabled, a moderator URL is generated which allows access with moderator permission.'),

0 commit comments

Comments
 (0)