From ba7b3735fcf6a1f2bfaabd3dcfb63b4911b1ce65 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Fri, 4 Sep 2020 18:14:54 +0200 Subject: Fix room name --- configs/conferences/divoc_ptt/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/conferences/divoc_ptt/config.php b/configs/conferences/divoc_ptt/config.php index e1a8547..74ad7ab 100644 --- a/configs/conferences/divoc_ptt/config.php +++ b/configs/conferences/divoc_ptt/config.php @@ -139,7 +139,7 @@ $CONFIG['ROOMS'] = array( * in $CONFIG['OVERVIEW'] oder im Feedback verwendet wird. */ 'halla' => array( - 'DISPLAY' => 'Scheider-Hoover', + 'DISPLAY' => 'Schneider-Hoover', 'WIDE' => true, 'STREAM' => 'divoc', 'PREVIEW' => true, @@ -155,7 +155,7 @@ $CONFIG['ROOMS'] = array( 'AUDIO' => true, 'MUSIC' => false, 'SCHEDULE' => true, - 'SCHEDULE_NAME' => 'Scheider-Hoover', + 'SCHEDULE_NAME' => 'Schneider-Hoover', 'FEEDBACK' => true, 'SUBTITLES' => false, 'SUBTITLES_ROOM_ID' => 1, -- cgit v1.2.3