diff options
author | Daniel Molkentin | 2020-09-04 18:14:54 +0200 |
---|---|---|
committer | Daniel Molkentin | 2020-09-04 18:14:54 +0200 |
commit | ba7b3735fcf6a1f2bfaabd3dcfb63b4911b1ce65 (patch) | |
tree | e0f56103332d641c69f6d15b4899253a2773f51a | |
parent | 80f4df29292a269529cb94a7dae1af2ebc5f39f7 (diff) |
Fix room name
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/divoc_ptt/config.php | 4 |
1 files 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, |