diff options
author | Andreas Hubel | 2019-09-20 12:52:28 +0200 |
---|---|---|
committer | Andreas Hubel | 2019-09-20 13:01:31 +0200 |
commit | 14f2d7e42fcc6c688c0ad003b5b25054944f6657 (patch) | |
tree | c37b2790c55426bbc715a14c710b333fd2bf138d /configs/conferences/hotosm2019 | |
parent | 44031fb735795b016ea667c44dbd2aa6920c8087 (diff) |
hotosm2019: fix schedule room names, add sotm
Diffstat (limited to 'configs/conferences/hotosm2019')
-rw-r--r-- | configs/conferences/hotosm2019/config.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/conferences/hotosm2019/config.php b/configs/conferences/hotosm2019/config.php index f696553..930055d 100644 --- a/configs/conferences/hotosm2019/config.php +++ b/configs/conferences/hotosm2019/config.php @@ -135,7 +135,7 @@ $CONFIG['ROOMS'] = array( 'MUSIC' => false, 'SCHEDULE' => true, - 'SCHEDULE_NAME' => 'Hoersaal West', + 'SCHEDULE_NAME' => 'Horsaal West', 'FEEDBACK' => false, 'SUBTITLES' => false, 'EMBED' => true, @@ -156,7 +156,7 @@ $CONFIG['ROOMS'] = array( 'MUSIC' => false, 'SCHEDULE' => true, - 'SCHEDULE_NAME' => 'Hörsaal Ost', + 'SCHEDULE_NAME' => 'Horsaal Ost', 'FEEDBACK' => false, 'SUBTITLES' => false, 'EMBED' => true, @@ -177,7 +177,7 @@ $CONFIG['ROOMS'] = array( 'MUSIC' => false, 'SCHEDULE' => true, - 'SCHEDULE_NAME' => 'Kleiner Hörsaal', + 'SCHEDULE_NAME' => 'Kleiner Horsaal', 'FEEDBACK' => false, 'SUBTITLES' => false, 'EMBED' => true, |