diff options
author | Daniel Molkentin | 2017-05-26 12:51:44 +0200 |
---|---|---|
committer | Daniel Molkentin | 2017-05-26 12:51:55 +0200 |
commit | fb7775c88840c061617a0744b2021c71107c9f51 (patch) | |
tree | 0ae7cb4aad84ee287e1d356a2eced5329ead8ac5 | |
parent | 4855826bd314df6787102413c355979e49039302 (diff) |
Fix name of main room
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/osc17/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/osc17/config.php b/configs/conferences/osc17/config.php index 0f196dd..70214ef 100644 --- a/configs/conferences/osc17/config.php +++ b/configs/conferences/osc17/config.php @@ -140,7 +140,7 @@ $CONFIG['ROOMS'] = array( /** * Angezeige-Name */ - 'DISPLAY' => 'Saal', + 'DISPLAY' => 'Saal (Main Hall)', /** * ID des Video/Audio-Streams. Die Stream-ID ist davon abhängig, welches |