Update the wording for default session

git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1607 af16638f-c34d-0410-8cfa-b39d5352b314
This commit is contained in:
Tyler Copeland 2009-06-12 15:31:43 +00:00
parent 0687899829
commit 5be57e60da

View File

@ -33,7 +33,7 @@ class BootStrap {
log.debug "Creating a Default session for the Default Conference"
String name = "Default Conference Session"
String description = "A default conference session a user can try right away"
String description = "Default session -- use password (no quotes): 'mp' for Moderator, 'ap' for Attendee."
String sessionId = UUID.randomUUID()
String tokenId = UUID.randomUUID()
Integer numberOfAttendees = new Integer(3)