Skip to content

Commit

Permalink
divoc: fix schedule room name
Browse files Browse the repository at this point in the history
  • Loading branch information
saerdnaer committed Apr 15, 2022
1 parent 6672b48 commit e29ac64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/conferences/divoc/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
* in $CONFIG['OVERVIEW'] oder im Feedback verwendet wird.
*/
'bb3' => array(
'DISPLAY' => 'Main Stream',
'DISPLAY' => 'Mainstream',
'WIDE' => true,
'STREAM' => 'csh',
'PREVIEW' => true,
Expand All @@ -151,7 +151,7 @@
'AUDIO' => true,
'MUSIC' => false,
'SCHEDULE' => true,
'SCHEDULE_NAME' => 'Main Stream',
'SCHEDULE_NAME' => 'Mainstream',
'FEEDBACK' => true,
'SUBTITLES' => false,
'SUBTITLES_ROOM_ID' => 1,
Expand Down

0 comments on commit e29ac64

Please sign in to comment.