diff options
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/subscribe8/config.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/conferences/subscribe8/config.php b/configs/conferences/subscribe8/config.php index ef5381c..184e5f0 100644 --- a/configs/conferences/subscribe8/config.php +++ b/configs/conferences/subscribe8/config.php @@ -124,10 +124,10 @@ $GLOBALS['CONFIG']['OVERVIEW'] = array( */ 'GROUPS' => array( 'Konferenz' => array( + 'grosser_sitzungssaal' ), 'Workshops' => array( - 'grosser_sitzungssaal', - 'kleiner_sitzungssaal' + 'kleiner_sitzungssaal', 'raum8', 'raum4', 'raum9', @@ -150,7 +150,7 @@ $GLOBALS['CONFIG']['ROOMS'] = array( /** * Angezeige-Name */ - 'DISPLAY' => 'Großer Sitzungssaal', + 'DISPLAY' => 'Sitzungssaal', /** * ID des Video/Audio-Streams. Die Stream-ID ist davon abhängig, welches |